mirror of
https://github.com/jimathy/rpemotes.git
synced 2026-03-31 06:34:20 -04:00
* Major Update - Convert to RPEmotes. - Add support for colors on particles. - Removed an unusual check when using the pay emote function. - Added config option to change cancel key. - Changed all keys to lowercase to prevent the "key no worky" bug. - Changed the open key to f4. - Improved and cleaner version check. - Updated events as the usage was deprecated. - Added a check to remove any unsupported emotes such as ones unsupported from game builds and improved the adult animation removal. * Fix * Changes * Update README.md
65 lines
1.4 KiB
Lua
65 lines
1.4 KiB
Lua
--- Maintained by TayMcKenzieNZ ---
|
|
--- Check for updates at https://github.com/TayMcKenzieNZ/rpemotes ---
|
|
|
|
fx_version 'cerulean'
|
|
game 'gta5'
|
|
version '1.0.0'
|
|
lua54 'yes'
|
|
|
|
-- Remove the following lines if you would like to use the SQL keybinds. Requires oxmysql.
|
|
|
|
--#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',
|
|
'server/frameworks/*.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'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'bzzz_foodpack'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'bzzz_prop_torch_fire001.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'natty_props_lollipops.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'apple_1.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_food_icecream_pack.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_food_dessert_a.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/ultra_ringcase.ytyp'
|
|
|