mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
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:
@@ -1,6 +1,6 @@
|
|||||||
name "Jim_Bridge"
|
name "Jim_Bridge"
|
||||||
author "Jimathy"
|
author "Jimathy"
|
||||||
version "2.0.21"
|
version "2.0.22"
|
||||||
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.'
|
||||||
|
|||||||
@@ -232,6 +232,7 @@ function invImg(item)
|
|||||||
|
|
||||||
elseif isStarted(PSInv) then
|
elseif isStarted(PSInv) then
|
||||||
imgLink = "nui://"..PSInv.."/html/images/"..(Items[item].image or "")
|
imgLink = "nui://"..PSInv.."/html/images/"..(Items[item].image or "")
|
||||||
|
|
||||||
elseif isStarted(TgiannInv) then
|
elseif isStarted(TgiannInv) then
|
||||||
imgLink = "nui://inventory_images/images/"..(Items[item].image or "")
|
imgLink = "nui://inventory_images/images/"..(Items[item].image or "")
|
||||||
|
|
||||||
|
|||||||
23
version.txt
23
version.txt
@@ -1,14 +1,15 @@
|
|||||||
2.0.21
|
2.0.22
|
||||||
|
|
||||||
- Fix toggleDuty() for ESX users
|
- Support for qs-interface
|
||||||
- Rename metadata handler functions
|
- Fix polyzone minZ + maxZ handling
|
||||||
- Add useToolDegrade() to force limited uses for items
|
- Fix ox_target zone location to match qb-target
|
||||||
- Make breakTool() smarter
|
- Fix "Waiting for script start" loop bug
|
||||||
- Fix getPlayer() not checking if player data exists yet on qbcore
|
- Add condition for fading in entities
|
||||||
- Fix inbuilt gta progressbar error when stopping animations
|
- Fix typo breaking scripts on gta skillbar fail
|
||||||
- lation_ui support fixes
|
- Fix typo for gksphone invoice event
|
||||||
- Add fade in animations for created entities
|
- Fix latio_ui TextUI placement
|
||||||
- Fix waitForSharedLoad() not announcing when an error occurs
|
- Remove registerShop debug message
|
||||||
- Incrase authToken timeout from 5 seconds to 1 minute
|
- Fix typo in print when removing codem stash item
|
||||||
|
- Fix function typo from origen inv documenation
|
||||||
|
|
||||||
https://github.com/jimathy/jim_bridge
|
https://github.com/jimathy/jim_bridge
|
||||||
Reference in New Issue
Block a user