local createThread = Citizen.CreateThread
function Citizen.CreateThread(cb, …)
return createThread(function(…)
xpcall(cb, Traceback, …)
end, …)
end
line 592:
function ReportError(err, extraData)
local formattedStackTrace = FormatStackTrace()
if formattedStackTrace then
formattedStackTrace = formattedStackTrace:gsub(“%^%d”, “”)
end
@KJALMELO go to your FTP Browser then go to your Base folder in my case ESXLegacy the go to cache the open files select all and delete and there you go.
But please make sure your Server ist Oflline before you do it.
yeah i know that i can set the MaxHeight higher but thats not what i want.
when you buying a backpack in the clothesstore the inventory weight needs to go up with 10 extra kg or something like that… you can put on you r bag just like a hat or glasses you get what i mean?
when i look into my esx_skin config.lua file i see this code…
Config = {}
Config.Locale = ‘en’
Config.BackpackWeight = {
[40] = 16, [41] = 20, [44] = 25, [45] = 23
}
i did put the local Config.BackpackWeight into es_extended like this but does nothing:
No loose script… thought with the new legacy system it was already there by default. but I was wrong about that and will always have to use a separate script?
i played on a server thats got the function i tell about… i you put on your bag you get 10kg extra to carry. but i didnt see any scripts in there resource list…
That’s why I thought they had done it through ESX SKIN / SKINCHANGER as a feature when you put on your bag you can carry extra weight.