Howto fix if players relogging the backpack is not showing on the back. The need to drop the backback and take it back before the backpack is showing on the back. So howto show the backpack immediately after relogging?
weird shows on back, but when used it does nothing, doesnt open a secondary invnetory
Tell me, can I change the colors of the bags? If so, can you tell me how?
is it possible to have more then one backpack option
Would be nice
Can I make it so the backpacks have their own inventory instead of just adding inventory slots ? Looking at this more so for storage
this is glitching when u go in the clothe store
and i get a random backpack how can i change the backpack?
to another one?
^1SCRIPT ERROR: @wasabi_backpack/client/client.lua:62: No such export Search in resource ox_inventory^7
MainThrd/ ^3> set^7 (^5@ox_lib/resource/cache/client.lua^7:7)
MainThrd/ ^3> fn^7 (^5@ox_lib/resource/cache/client.lua^7:40)
How do i sort this?
Is it possible to make it invisible but still work in inventory? Or maybe make it un-equipable?
shows on back, but when used it does nothing, doesn’t open the secondary inventory
Hi how can i fix that error so that The bag works (Error):
Wasabi Backpack error:
[ 259203] [b3095_GTAProce] MainThrd/ ^1SCRIPT ERROR: @wasabi_backpack/client/client.lua:15: failed to load model ‘1203231469’ - this is likely caused by unreleased assets (waited 139.0ms)^7
[ 259203] [b3095_GTAProce] MainThrd/ ^3> [global chunk]^7 (^5@ox_lib/imports/waitFor/client.lua^7:25)
[ 259219] [b3095_GTAProce] MainThrd/ ^3> PutOnBag^7 (^5@wasabi_backpack/client/client.lua^7:15)
[ 259219] [b3095_GTAProce] MainThrd/ ^3> ?^7 (^5@wasabi_backpack/client/client.lua^7:64)
[ 259219] [b3095_GTAProce] MainThrd/ ^3> fn^7 (^5@ox_lib/init.lua^7:185)
[ 259625] [b3095_GTAProce] MainThrd/ Requested synchronization…
[ 260922] [b3095_GTAProce] ResourcePlacementThr/ Physics validation failed for asset krbos.ydr.
no work
When the server restarts the backpack remain in the air. I need to drop the backpack from inventory and pick it up to despawn it. After i pick it up the backpack appears normal on the back of the character. Some advice? I use ESX Legacy and ox
Yo when i restart something in resource the backpack stops working
did you ever find a fix to this? im also interested in the solution
never mind you fix it by just adding editing the PutOnBag to
local function PutOnBag()
Citizen.Wait(10000) – Wait for 10 seconds (10000 milliseconds)
local x, y, z = table.unpack(GetOffsetFromEntityInWorldCoords(ped, 0.0, 3.0, 0.5))
lib.requestModel(hash, 100)
bagObj = CreateObjectNoOffset(hash, x, y, z, true, false)
AttachEntityToEntity(bagObj, ped, GetPedBoneIndex(ped, 24818), 0.07, -0.11, -0.05, 0.0, 90.0, 175.0, true, true, false, true, 1, true)
bagEquipped = true
end
"
Hello! How can I add new backpacks?