esx_jb_advanced_truck_inventory
esx_jb_advanced_truck_inventory copied to clipboard
cam't take items from the trunk
hi , i can put items into the trunk but it's impossible to take them back,i can't take items at this moment (on the screenshot) , can you help me please ?
salut , je peut mettre des items dans le coffre mais il m'es impossible de les recuperer, je ne peut pas les recuperer a ce moment (sur la screenshot) , peut-tu m'aider stp ?
client\main.lua 243 line
to find
PlayerData.accounts[i].limit
replaced by
PlayerData.accounts[i].weight
client\main.lua 257 line
to find
PlayerData.accounts[i].limit
replaced by
PlayerData.accounts[i].weight
client\main.lua 377 line
replaced by
if tonumber(PlayerData.inventory[i].weight) < tonumber(PlayerData.inventory[i].count) + quantity and PlayerData.inventory[i].weight ~= -1 then
i have changes lines but it's telling me "tu en porte trop"
so maybe it's a problem with items
client\main.lua 243 line to find
PlayerData.accounts[i].limit
replaced byPlayerData.accounts[i].weight
client\main.lua 257 line to find
PlayerData.accounts[i].limit
replaced byPlayerData.accounts[i].weight
client\main.lua 377 line replaced by
if tonumber(PlayerData.inventory[i].weight) < tonumber(PlayerData.inventory[i].count) + quantity and PlayerData.inventory[i].weight ~= -1 then
Stil doesnt work
I have the same problem, what did you do to fix it
I have the same problem, what did you do to fix it
I moved over to esx_trunk
Know where to change the distance to the vehicle because one has to stand very close to the vehicle before the trunk works