reborn with bag? As the title says, I want to know how to remove this bag whenever the player dies and be born again with an empty bag.
tfs 1.5
1711308981
i found on death
if not player:getSlotItem(CONST_SLOT_BACKPACK) then
player:addItem(ITEM_BAG, 1, false, CONST_SLOT_BACKPACK)
end