23.02.2011, 14:55
Better use,
Fore more info,
ShowPlayerMarkers
And actually yours would have worked if you had done it this way,
Код:
public OnGameModeInit() { ShowPlayerMarkers(0); }
ShowPlayerMarkers
And actually yours would have worked if you had done it this way,
Код:
public OnPlayerConnect(playerid) { SetPlayerColor(playerid, White); for(new All = 0; All < MAX_PLAYERS; All++) { SetPlayerMarkerForPlayer(playerid, All, 0xFFFFFF00); } return 0; }