Main/resources/[jobs]/[civ]/gg_hunting/fxmanifest.lua
2025-06-07 08:51:21 +02:00

46 lines
No EOL
1.1 KiB
Lua

lua54 'yes'
fx_version 'cerulean'
game 'gta5'
author 'GG Studio'
description 'GG studio - gg_hunting | Discord: https://discord.gg/g8peH9gjPT'
version '1.3.1'
files{
'meta/**/*.meta'
}
data_file 'WEAPONCOMPONENTSINFO_FILE' 'meta/**/weaponcomponents.meta'
data_file 'WEAPON_METADATA_FILE' 'meta/**/weaponarchetypes.meta'
data_file 'WEAPON_ANIMATIONS_FILE' 'meta/**/weaponanimations.meta'
data_file 'PED_PERSONALITY_FILE' 'meta/**/pedpersonality.meta'
data_file 'WEAPONINFO_FILE' 'meta/**/weapons.meta'
shared_scripts {
'@ox_lib/init.lua',
'shared/**',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'@qbx_core/modules/playerdata.lua', -- Comment out if not using qbox
'bridge/**/server.lua',
'server/**/*.lua'
}
client_scripts {
'bridge/**/client.lua',
'bridge/util.lua',
'client/**/*.lua'
}
escrow_ignore {
'bridge/**/*.lua',
'shared/**/*.lua',
'client/client.lua',
'client/components/contextMenus.lua',
'client/components/zoneHandler.lua',
'stream/**/*.*',
'meta/CrossowMeta/**/*.*',
'meta/HuntingRifleMeta/**/*.*',
}
dependency '/assetpacks'