Scripts/resources/[qb]/qb-core/fxmanifest.lua

52 lines
895 B
Lua
Raw Permalink Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:06:22 +00:00
game 'gta5'
version 'V1.0'
shared_scripts {
'config.lua',
'shared/locale.lua',
'locale/en.lua',
'locale/*.lua',
'shared/main.lua',
'shared/items.lua',
'shared/jobs.lua',
'shared/vehicles.lua',
'shared/gangs.lua',
'shared/weapons.lua',
'shared/locations.lua',
'@ox_lib/init.lua',
}
client_scripts {
'client/main.lua',
'client/functions.lua',
'client/loops.lua',
'client/events.lua',
'client/drawtext.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua',
'server/functions.lua',
'server/player.lua',
'server/events.lua',
'server/commands.lua',
'server/exports.lua',
'server/debug.lua'
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/css/style.css',
'html/css/drawtext.css',
'html/js/*.js'
}
dependency 'oxmysql'
lua54 'yes'