mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Version Bump
`2.1.03` - `2.1.04`
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name "Jim_Bridge"
|
name "Jim_Bridge"
|
||||||
author "Jimathy"
|
author "Jimathy"
|
||||||
version "2.1.03"
|
version "2.1.04"
|
||||||
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.'
|
||||||
|
|||||||
@@ -395,7 +395,7 @@ function makeItem(data)
|
|||||||
local canReturn = true
|
local canReturn = true
|
||||||
|
|
||||||
local crafted, crafting = true, true
|
local crafted, crafting = true, true
|
||||||
local cam = createCam(Ped, data.coords.xyz - vec3(0,0, 0.7))
|
local cam = createCam(Ped, data.coords.xyz)
|
||||||
startCam(cam, 5000)
|
startCam(cam, 5000)
|
||||||
|
|
||||||
-- Calculate total bartime if SingleProgress is enabled
|
-- Calculate total bartime if SingleProgress is enabled
|
||||||
|
|||||||
16
version.txt
16
version.txt
@@ -1,13 +1,9 @@
|
|||||||
2.1.03
|
2.1.04
|
||||||
|
|
||||||
- Fix hunger and thirst math (add instead of set)
|
- Crafting fixes (prop/sound/remove ingredients)
|
||||||
- Fix cleanup of targets qb-targets on unload
|
- "SingleProgress" is now one progressbar
|
||||||
- Add support for new jim-shops exploit protection
|
- Add ropeControl.lua - to help create and edit custom ropes/wires
|
||||||
- Add full support for esx_society (fixes esx bossmenu errors)
|
- Support for new crafting recipe style
|
||||||
- Fix possible issue with qb-core /command registering
|
- create setStress() multiframework function
|
||||||
- Make ox_lib progressbars return false correctly
|
|
||||||
- Fix ox_inv players current weight checks
|
|
||||||
- User alternate function for inventory retreival for CodeM Inv
|
|
||||||
- Rework _loaders.lua tobe more organised/optimizied
|
|
||||||
|
|
||||||
https://github.com/jimathy/jim_bridge/releases/latest
|
https://github.com/jimathy/jim_bridge/releases/latest
|
||||||
Reference in New Issue
Block a user