diff --git a/fxmanifest.lua b/fxmanifest.lua index 769d2e4..f1162b8 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,6 +1,6 @@ name "Jim_Bridge" author "Jimathy" -version "2.1.08" +version "2.1.09" description "Framework Bridge By Jimathy" fx_version "cerulean" rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.' @@ -11,7 +11,11 @@ files { 'starter.lua', 'shared/*.lua', 'shared/make/*.lua', + 'shared/auth/*.lua', + 'shared/make/*.lua', + 'shared/modules/*.lua', 'shared/scaleforms/*.lua', + 'shared/wrappers/*.lua', } -- Version checker diff --git a/version.txt b/version.txt index 5b73daa..84a1c67 100644 --- a/version.txt +++ b/version.txt @@ -1,10 +1,14 @@ -2.1.08 +2.1.09 -- Fix getStash() always trying to use fallback functions -- Start adding stashEditMetadata() function - wip -- Add check for broken/missing config.lua in scripts -- Add fix for debugMode breaking if no config file -- Add a callback to check for society bank balances -- Add player head movement for `lookEnt()` to continue looking after turning +- Add 100 wait for stopCam to reduce slow movement +- Add support for rcore_clothing in openClothing() - Thanks desypher +- Add hunger and thirst calls to getPlayer() - Thanks oosayeroo +- Add support for tgg-billing - Thanks GhostInLowGear +- Fix hasJob() checking players who haven't logged in yet +- Add exploit possibility for removeItem with minus numbers +- Fix movement being allowed when crafting +- Make distExploitCheck() more verbose +- CodeM slot fix, force to number (because numbers are apparently strings) +- ESX change to check statebag for hunger and thirst info https://github.com/jimathy/jim_bridge/releases/latest \ No newline at end of file