6,834
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = setNametag | ||
|side = client | |||
|type = method | |type = method | ||
|class = Ped | |class = Ped | ||
|games = iv | |||
|games = | |desc = set a peds nametag | ||
| | |arg1 = Ped ped The ped to set the nametag for | ||
| | |arg2 = String name The name (text) to show on the nametag | ||
| | |arg3 = Int colour The colour of the nametag | ||
| | |return = void void | ||
| | |freturn = void | ||
|note = Use [[toColour|toColour]] to get a value for the colour to use here | |||
| | |sinceSS = 1.2.0 | ||
| | |||
| | |||
}} | }} |
edits