Radar help. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Radar help. (
/showthread.php?tid=440562)
Radar help. -
Dare Devil..... - 30.05.2013
Hey can you guys tell me how to remove the small dots of people from radar so they may not see each other.
Re: Radar help. -
IceBilizard - 30.05.2013
pawn Код:
public OnGameModeInit()
{
// Player markers only visible to near players
ShowPlayerMarkers(0);
}
Re: Radar help. -
DanishHaq - 30.05.2013
I know I'm not the original poster, but is there any way to remove them altogether? You say there, IceBilizard, that it only shows the markers for the near players.
Re: Radar help. -
StuartD - 30.05.2013
https://sampwiki.blast.hk/wiki/ShowPlayerMarkers
&&
ShowPlayerMarkers(0); // This is it off, as shown above.