• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Item Expire On LogOut

ALILP

Emulation Addict
Code:
function LogoutItem(event, player)
player:RemoveItem(ItemId,ItemCount)
end
RegisterPlayerEvent(4,LogoutItem)
 

Tommy

Founder
On login it works.. but logout. The item is still in the bag.

It might be because it is the overall action of removing the item on logout. Not sure.

[MENTION=2745]ALILP[/MENTION]: This thread needs more content. Instead of just linking a script, explain its features even when you think it might be pointless. Surprised nobody saw and complained about this before..
 
Top