Files
rpemotes/fxmanifest.lua
You should know better than to use your real name 2bb4e18e86 add lua 5.4 to resource manifest
2022-07-13 13:00:07 +02:00

39 lines
730 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/*.lua'
}
client_scripts {
'NativeUI.lua',
'client/*.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"