17.06.2012, 19:20
So in my /call 911 section, on the end I have this:
Can someone tell me why the marker just doesn't show?
Thanks!
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(Player[i][Faction] == 1)
{
SetPlayerMarkerForPlayer(playerid, i, BLUE);
}
}
Thanks!