10.11.2009, 07:07
Hey,
I've got this in OnPlayerConnect(playerid)
Note : I do NOT have ShowPlayerMarkers anywhere in my script
But despite me doing this ... I can still see other players markers on the radar
Kaleem
I've got this in OnPlayerConnect(playerid)
Код:
for(new i = 0; i < GetMaxPlayers(); i++) { if(IsPlayerConnected(i) == 1) { SetPlayerMarkerForPlayer(i, playerid, (GetPlayerColor(playerid) & 0xFFFFFF00 )); } }
But despite me doing this ... I can still see other players markers on the radar
Kaleem