GetPlayerName

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


Description:
Gets the name of the specified player


Parameters:

playerid

playerid : The ID of the player whose name you want to get.


Return Values:
The name of the player as a string. Returns null if the player does not exist.