Files
2025-06-04 19:16:07 -07:00

43 lines
818 B
Lua

-- Please do not rename this resource folder
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'London Studios'
description 'Smart Hose'
version 'Alpha'
shared_script 'config.lua'
client_scripts {
'cl_smarthose.lua',
'cl_utils.lua'
}
files {
'data/pedpersonality.meta',
'data/weaponarchetypes.meta',
'data/weapons.meta',
'data/weaponanimations.meta',
}
server_scripts {
'sv_smarthose.lua',
'sv_utils.lua'
}
escrow_ignore {
'config.lua',
'data/*.meta',
'sv_utils.lua',
'stream/rope.ytd',
'cl_utils.lua',
}
data_file 'WEAPONINFO_FILE' 'data/weapons.meta'
data_file 'WEAPON_METADATA_FILE' 'data/weaponarchetypes.meta'
data_file 'WEAPON_ANIMATIONS_FILE' 'data/weaponanimations.meta'
data_file 'PED_PERSONALITY_FILE' 'data/pedpersonality.meta'
dependency '/assetpacks'