29.01.2014, 11:19
Use SetPlayerColor and a fully transparent color.
To make a color visible:
To make a color invisible:
To make a color visible:
pawn Код:
new color = GetPlayerColor(playerid);
color |= 0xFF;
pawn Код:
new color = GetPlayerColor(playerid);
color &= ~0xFF;