Files
rpemotes/fxmanifest.lua
Clément RICATTE 7eaf5a3c96 feat(framework): add required events for qb-core (#20)
* feat(framework):  add required events for qb-core

This should hopefully work as intended. Adding things that were added to https://github.com/qbcore-framework/dpemotes for qb servers using this version of dpemotes
2022-07-08 16:07:21 +02:00

38 lines
718 B
Lua

--- DPEmotes by andristum ---
--- Forked by TayMcKenzieNZ ---
--- Check for updates at https://github.com/TayMcKenzieNZ/dpemotes ---
fx_version 'adamant'
game 'gta5'
-- 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"