mirror of
https://github.com/jimathy/rpemotes.git
synced 2026-08-03 10:48:38 -04:00
* Revert most Movement On/Off Code (#146) * Revert Native UI * Revert Emote.lua * Revert AnimationList.lua * fix: returns wrong movement flag * fix: MovementType issues * feat: add persistent expression (#145) * Add 2 new moods/expression * feat: add persistent expression Add persistent expression, get's loaded just like the walks. As a sidenote: maybe this should be in it's own file? But the again it's pretty small, so there would't be a "need" for it. * dev: remove comment * Delete stream/[Custom Emotes]/Prue颜 directory * refactor: mood commands (#147) * refactor: mood commands * fix: mood menu names --------- Co-authored-by: Mads <madsleander@outlook.com>
92 lines
2.1 KiB
Lua
92 lines
2.1 KiB
Lua
--- Maintained by TayMcKenzieNZ ---
|
|
--- Check for updates at https://github.com/TayMcKenzieNZ/rpemotes ---
|
|
|
|
fx_version 'cerulean'
|
|
game 'gta5'
|
|
version '1.1.4'
|
|
lua54 'yes'
|
|
|
|
dependencies {
|
|
'/server:5848',
|
|
'/onesync',
|
|
}
|
|
|
|
-- 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',
|
|
'Translations.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/Crouch.lua',
|
|
'client/Emote.lua',
|
|
'client/EmoteMenu.lua',
|
|
'client/Expressions.lua',
|
|
'client/Keybinds.lua',
|
|
'client/Pointing.lua',
|
|
'client/Ragdoll.lua',
|
|
'client/Syncing.lua',
|
|
'client/Walk.lua',
|
|
'client/frameworks/*.lua'
|
|
}
|
|
|
|
|
|
---- Loads all ytyp files for custom props to stream ---
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'badge1.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'copbadge.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/bzzz_prop_give_gift.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/ultra_ringcase.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_food_xmas22.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/knjgh_pizzas.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/pata_christmasfood.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_cake_love_001.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_cake_birthday_001.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_cake_baby_001.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_cake_casino001.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/brum_heart.ytyp'
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/taymckenzienz_rpemotes.ytyp'
|
|
|