SA-MP Forums Archive
Mark Icon of Player - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Mark Icon of Player (/showthread.php?tid=98326)



Mark Icon of Player - virspector - 20.09.2009

I made an RPG Server, and i want to remove the mark of players in Radar (As u see, there is a mark of other players in the Radar). How can i do that?


Re: Mark Icon of Player - Lightning[SV] - 20.09.2009

Here you go https://sampwiki.blast.hk/wiki/ShowPlayerMarkers


Re: Mark Icon of Player - brett7 - 20.09.2009

public OnGameModeInit()
{
ShowPlayerMarkers(0);
}