function
removeItem (client-side)
Available since version: 0.2
This function is used to remove item from player/npc.
Declaration
void removeItem(int id, int itemId, int amount)
Parameters
int
id: the player id.int
itemId: the item id to remove from player, e.gItems.id("ITMI_GOLD")
.int
amount: the amount of item, e.g:1000
gold coins.