Skip to content

function equipShield (client-side)

Available since version: 0.3.0

This function will equip a shield item for a player or NPC.

Declaration

boolean equipShield(number player_id, string instance)

Parameters

  • number player_id: Target player or client NPC id.
  • string instance: Shield item instance name.

Returns boolean

True on success.