02.09.2013, 03:27
Use SetPlayerColor - if you don't want the player to have a marker on the mini-map, just set the alpha values to zero.
Example:
The code above would make the player's name color blue without a marker on the map. Change the last 2 numbers to 00 to make it transparent.
Example:
pawn Код:
SetPlayerColor(playerid, 0x0000FF00);