SA-MP Forums Archive
Removing player icons on marker? - 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: Removing player icons on marker? (/showthread.php?tid=79255)



Removing player icons on marker? - Devine - 26.05.2009

Hello, I recently downloaded this gamemode, http://forum.sa-mp.com/index.php?topic=81362.0, and it kind of bugged me that everyone can see where everyone else is by their icon, I looked through the script but I couldn't find where to edit this out, does anyone know how to remove these? Thank you a lot in advance.


Re: Removing player icons on marker? - miokie - 26.05.2009

Under OnGameModeInit
(Use CTRL+F in pawn to use the search)
Add:
pawn Код:
ShowPlayerMarkers(0);



Re: Removing player icons on marker? - Devine - 26.05.2009

Quote:
Originally Posted by Miokie*
Under OnGameModeInit
(Use CTRL+F in pawn to use the search)
Add:
pawn Код:
ShowPlayerMarkers(0);
Thanks a lot man, it worked.