17.04.2016, 00:34
Add this function when player spawn
where "showplayerid" will be his team mates. i mean:
+Rep me if i helped you...
PHP код:
SetPlayerMarkerForPlayer(playerid, showplayerid, color);
PHP код:
for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++)
{
if(gTeam[playerid] == gTeam[i])
SetPlayerMarkerForPlayer(playerid, i, color);
}