10.12.2016, 12:43
You can just use SetPlayerColor if you want the marker to be (in)visible globally, no need to use a loop with SetPlayerMarkerForPlayer.
For example: display the taxi drivers for all players on the map.
On a player-per-player basis, SetPlayerMarkerForPlayer is indeed needed.
For example: display the taxi drivers for players 0 to 9 on the map, but not for players 10 to 999.
For example: display the taxi drivers for all players on the map.
On a player-per-player basis, SetPlayerMarkerForPlayer is indeed needed.
For example: display the taxi drivers for players 0 to 9 on the map, but not for players 10 to 999.