2024-12-30 10:15:34 +00:00
|
|
|
fx_version 'adamant'
|
2024-12-29 20:01:08 +00:00
|
|
|
game 'gta5'
|
|
|
|
|
|
|
|
description 'Renewed Banking'
|
|
|
|
Author "uShifty#1733"
|
|
|
|
version '1.0.3'
|
|
|
|
|
|
|
|
lua54 'yes'
|
|
|
|
|
|
|
|
shared_scripts {
|
|
|
|
'@qb-core/shared/locale.lua',
|
|
|
|
'locales/da.lua',
|
|
|
|
'config.lua'
|
|
|
|
}
|
|
|
|
|
|
|
|
client_scripts {
|
|
|
|
--'@ox_lib/init.lua',
|
|
|
|
'client/*.lua'
|
|
|
|
}
|
|
|
|
|
|
|
|
server_scripts {
|
|
|
|
'@oxmysql/lib/MySQL.lua',
|
|
|
|
'server/*.lua'
|
|
|
|
}
|
|
|
|
|
|
|
|
ui_page 'web/public/index.html'
|
|
|
|
|
|
|
|
files {
|
|
|
|
'web/public/index.html',
|
|
|
|
'web/public/**/*'
|
|
|
|
}
|