02.12.2009, 22:07
If you want everyone's colour to be white and invisible on the radar, use
The FFFFFF part (colour) makes it white and the 00 part (alpha) makes it transparent.
pawn Код:
public OnPlayerConnect(playerid)
{
SetPlayerColor(playerid, 0xFFFFFF00);
}