Przejdź do głównej zawartości

SetPlayerColor

Description

Set the colour of a player's nametag and marker (radar blip).

NameDescription
playeridThe ID of the player whose color to set.
colourThe color to set. Supports alpha values.

Returns

This function does not return any specific values.

Examples

// Red, using hexadecimal notation:
SetPlayerColor(playerid, 0xFF0000FF);

//Red, using decimal notation:
SetPlayerColor(playerid, 4278190335);

Notes

wskazówka
  • This function will change player's color for everyone, even if player's color was changed with SetPlayerMarkerForPlayer for any other player.
  • If used under OnPlayerConnect, the affecting player will not see the color in the TAB menu.