GetPlayerArmour

From NPC for VCMP 0.4 Servers
Revision as of 15:31, 24 March 2022 by Habi (talk | contribs) (Created page with "{{Welcome| desc=Gets the armour of a specified player, who is streamed in.| params=<source lang="lua">playerid</source> <poem>::playerid : The ID of the player whose armour yo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Description:
Gets the armour of a specified player, who is streamed in.


Parameters:

playerid

playerid : The ID of the player whose armour you want to obtain.


Return Values:
The armour of the specified player. Returns -1 if the player does not exist.