GetPlayerNameplate
The label as the mode set it.
Syntax
Section titled “Syntax”GetPlayerNameplate(pid)| Parameter | Type | |
|---|---|---|
pid |
number | the player |
Returns
Section titled “Returns”string - the text; "" when it is the name
Example
Section titled “Example”if GetPlayerNameplate(pid) == "" then SetPlayerNameplate(pid, "Rookie " .. GetPlayerName(pid)) endSee also
Section titled “See also”SetPlayerNameplate · the Players group of the index
