27.03.2018, 09:57
On spawn the player is invisible when come close the player visible in map its static..here is the code
Код:
if(pClass{playerid} == CLASS_SNIPER) { SetPlayerColor(playerid, GetPlayerColor(playerid) & ~0xFF); foreach(new i : Player) { SetPlayerMarkerForPlayer( i, playerid, (GetPlayerColor(playerid) & 0xFFFFFF00)); } }