04.08.2013, 23:25
I've done this script to don't let the teams to see the opposite teams on the map, but the markers are a little bit visible, like i didn't 00 in the Alpha value, but 33. Here's the code:
Thanks
Code:
for(new i; i < MAX_PLAYERS; i++){ if(gTeam[i] == Attack && gTeam[playerid] == Defense){ SetPlayerMarkerForPlayer(playerid, i, 0xFF000000); SetPlayerMarkerForPlayer(i, playerid, 0x00FFFF00);}}