Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function ItemRemoveLogin (event, player)
- player:RemoveItem(ID, 1, 1) --ItemLogout
- -- you can add more items.
- -- Example
- --player:RemoveItem(ID, 1, 1)
- --player:RemoveItem(ID, 1, 1)
- --player:RemoveItem(ID, 1, 1)
- end
- RegisterPlayerEvent(3, ItemRemoveLogin)
Advertisement
Add Comment
Please, Sign In to add comment