diff --git a/client/fxmanifest.lua b/client/fxmanifest.lua deleted file mode 100644 index 66a7db1..0000000 --- a/client/fxmanifest.lua +++ /dev/null @@ -1,82 +0,0 @@ ---- Maintained by TayMcKenzieNZ --- ---- Check for updates at https://github.com/TayMcKenzieNZ/rpemotes --- - -fx_version 'cerulean' -game 'gta5' -version '1.0.9' -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/Emote.lua', - 'client/EmoteMenu.lua', - 'client/Keybinds.lua', - 'client/Ragdoll.lua', - 'client/Syncing.lua', - 'client/Walk.lua', - 'client/frameworks/*.lua' -} - - ----- These are required for the custom props to load. If you have custom props, add data_file 'DLC_ITYP_REQUEST' 'custompropytypnamehere.ytyp' below --------- - -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/bzzz_prop_give_gift.ytyp' - -data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_cake_love_001.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' - diff --git a/client/version.txt b/client/version.txt deleted file mode 100644 index 66c4c22..0000000 --- a/client/version.txt +++ /dev/null @@ -1 +0,0 @@ -1.0.9 diff --git a/fxmanifest.lua b/fxmanifest.lua index 3b553b6..66a7db1 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -3,7 +3,7 @@ fx_version 'cerulean' game 'gta5' -version '1.0.8' +version '1.0.9' lua54 'yes' dependencies { diff --git a/version.txt b/version.txt index b0f3d96..66c4c22 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.8 +1.0.9