mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
Version Bump
`2.1.08` - `2.1.09`
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name "Jim_Bridge"
|
name "Jim_Bridge"
|
||||||
author "Jimathy"
|
author "Jimathy"
|
||||||
version "2.1.08"
|
version "2.1.09"
|
||||||
description "Framework Bridge By Jimathy"
|
description "Framework Bridge By Jimathy"
|
||||||
fx_version "cerulean"
|
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.'
|
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',
|
'starter.lua',
|
||||||
'shared/*.lua',
|
'shared/*.lua',
|
||||||
'shared/make/*.lua',
|
'shared/make/*.lua',
|
||||||
|
'shared/auth/*.lua',
|
||||||
|
'shared/make/*.lua',
|
||||||
|
'shared/modules/*.lua',
|
||||||
'shared/scaleforms/*.lua',
|
'shared/scaleforms/*.lua',
|
||||||
|
'shared/wrappers/*.lua',
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Version checker
|
-- Version checker
|
||||||
|
|||||||
18
version.txt
18
version.txt
@@ -1,10 +1,14 @@
|
|||||||
2.1.08
|
2.1.09
|
||||||
|
|
||||||
- Fix getStash() always trying to use fallback functions
|
- Add 100 wait for stopCam to reduce slow movement
|
||||||
- Start adding stashEditMetadata() function - wip
|
- Add support for rcore_clothing in openClothing() - Thanks desypher
|
||||||
- Add check for broken/missing config.lua in scripts
|
- Add hunger and thirst calls to getPlayer() - Thanks oosayeroo
|
||||||
- Add fix for debugMode breaking if no config file
|
- Add support for tgg-billing - Thanks GhostInLowGear
|
||||||
- Add a callback to check for society bank balances
|
- Fix hasJob() checking players who haven't logged in yet
|
||||||
- Add player head movement for `lookEnt()` to continue looking after turning
|
- 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
|
https://github.com/jimathy/jim_bridge/releases/latest
|
||||||
Reference in New Issue
Block a user