mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Version Bump
`2.1.06` - `2.1.07`
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name "Jim_Bridge"
|
name "Jim_Bridge"
|
||||||
author "Jimathy"
|
author "Jimathy"
|
||||||
version "2.1.06"
|
version "2.1.07"
|
||||||
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.'
|
||||||
|
|||||||
@@ -2558,7 +2558,7 @@ RegisterNetEvent(getScript()..":openGrabBox", function(data, stashData)
|
|||||||
openStash({
|
openStash({
|
||||||
stash = id,
|
stash = id,
|
||||||
coords = GetEntityCoords(Ped),
|
coords = GetEntityCoords(Ped),
|
||||||
maxWeight = stashData and stashData.slots or 100000,
|
maxWeight = stashData and stashData.maxWeight or 100000,
|
||||||
slots = stashData and stashData.slots or 5,
|
slots = stashData and stashData.slots or 5,
|
||||||
})
|
})
|
||||||
end)
|
end)
|
||||||
|
|||||||
13
version.txt
13
version.txt
@@ -1,8 +1,11 @@
|
|||||||
2.1.06
|
2.1.07
|
||||||
|
|
||||||
- Fix stress calculations adding instead of taking away
|
- Support for new embeded shop recipes
|
||||||
- Add basic support for fallback functions for inventory management (esx isn't very well supported currently)
|
- Add checks for targets set with minZ and maxZ set too high or low
|
||||||
- Create ui_modules/alcohol.lua to handle alcohol and drug effects between scripts
|
- New target function `createPropTarget()` which creates a box target based on a prop model
|
||||||
- Fix AnimSet loading for "AlienEffect()"
|
- Add CodeM as option for billing
|
||||||
|
- Add 17Mov progressbar support
|
||||||
|
- Fix OrigenInv calling OX_Inv to get player inventory
|
||||||
|
- Allow "Grab Boxes" to have custom slots and weight
|
||||||
|
|
||||||
https://github.com/jimathy/jim_bridge/releases/latest
|
https://github.com/jimathy/jim_bridge/releases/latest
|
||||||
Reference in New Issue
Block a user