Version Bump

`2.0.21` - `2.0.22``

- Support for qs-interface
- Fix polyzone minZ + maxZ handling
- Fix ox_target zone location to match qb-target
- Fix "Waiting for script start" loop bug
- Add condition for fading in entities
- Fix typo breaking scripts on gta skillbar fail
- Fix typo for gksphone invoice event
- Fix latio_ui TextUI placement
- Remove registerShop debug message
- Fix typo in print when removing codem stash item
- Fix function typo from origen inv documenation
This commit is contained in:
Jim Shield
2025-07-27 20:00:42 +01:00
parent 1146639d6f
commit 07a01c28a3
3 changed files with 14 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
name "Jim_Bridge"
author "Jimathy"
version "2.0.21"
version "2.0.22"
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.'

View File

@@ -232,6 +232,7 @@ function invImg(item)
elseif isStarted(PSInv) then
imgLink = "nui://"..PSInv.."/html/images/"..(Items[item].image or "")
elseif isStarted(TgiannInv) then
imgLink = "nui://inventory_images/images/"..(Items[item].image or "")

View File

@@ -1,14 +1,15 @@
2.0.21
2.0.22
- Fix toggleDuty() for ESX users
- Rename metadata handler functions
- Add useToolDegrade() to force limited uses for items
- Make breakTool() smarter
- Fix getPlayer() not checking if player data exists yet on qbcore
- Fix inbuilt gta progressbar error when stopping animations
- lation_ui support fixes
- Add fade in animations for created entities
- Fix waitForSharedLoad() not announcing when an error occurs
- Incrase authToken timeout from 5 seconds to 1 minute
- Support for qs-interface
- Fix polyzone minZ + maxZ handling
- Fix ox_target zone location to match qb-target
- Fix "Waiting for script start" loop bug
- Add condition for fading in entities
- Fix typo breaking scripts on gta skillbar fail
- Fix typo for gksphone invoice event
- Fix latio_ui TextUI placement
- Remove registerShop debug message
- Fix typo in print when removing codem stash item
- Fix function typo from origen inv documenation
https://github.com/jimathy/jim_bridge