Skip to content

function hasItem (client-side)

Available since version: 0.2.1

The function is used to retrieve the amount of the item the player/npc currently has.

Declaration

int hasItem(int id, int itemId)

Parameters

  • int id: the player id.
  • int itemId: the item instance.

Returns int

the item amount that player/npc currently has in inventory or 0 if player doesn't have the item.