Files
rpemotes/fxmanifest.lua
AvaN0x 6406b93e25 fix: 🐛 fix custom emotes not added to menu
mainly caused by the order of load of each files
2022-08-24 11:21:37 +02:00

47 lines
965 B
Lua

--- DPEmotes by andristum ---
--- Forked by TayMcKenzieNZ ---
--- Check for updates at https://github.com/TayMcKenzieNZ/dpemotes ---
fx_version 'adamant'
game 'gta5'
lua54 'yes'
-- Comment the following lines if you don't want to use the SQL keybinds
--#region oxmysql
-- dependency 'oxmysql'
-- server_script "@oxmysql/lib/MySQL.lua"
--#endregion oxmysql
shared_scripts {
'config.lua',
}
server_scripts {
'printer.lua',
'server/Server.lua',
'server/Updates.lua'
}
client_scripts {
'NativeUI.lua',
'client/AnimationList.lua',
'client/AnimationListCustom.lua',
'client/Emote.lua',
'client/EmoteMenu.lua',
'client/Keybinds.lua',
'client/Ragdoll.lua',
'client/Syncing.lua',
'client/Walk.lua',
'client/frameworks/*.lua'
}
data_file "DLC_ITYP_REQUEST" "badge1.ytyp"
data_file "DLC_ITYP_REQUEST" "copbadge.ytyp"
data_file "DLC_ITYP_REQUEST" "prideprops_ytyp"
data_file "DLC_ITYP_REQUEST" "lilflags_ytyp"