SA-MP Forums Archive
help for people in map - 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: help for people in map (/showthread.php?tid=154122)



help for people in map - tanush - 12.06.2010

im making a roleplay server but i want nobody to see others in the small map at the bottom left.. how i do that


Re: help for people in map - DJDhan - 12.06.2010

Put
Код:
ShowPlayerMarkers(0);
under the OnGameModeInit() function.


Re: help for people in map - tanush - 12.06.2010

thanks