SA-MP Forums Archive
[Help] What's this FS called? - 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] What's this FS called? (/showthread.php?tid=170956)



[Help] What's this FS called? - eGod - 24.08.2010

Ok, so here's the deal, my server has like, players icons show up on the map, but only when your close to them, how can i make them stay on the map at all times, like this:




Re: [Help] What's this FS called? - Mystique - 24.08.2010

If you have this function in your script anywhere, delete it.

https://sampwiki.blast.hk/wiki/LimitPlayerMarkerRadius


Re: [Help] What's this FS called? - eDz0r - 24.08.2010

im not shure but try this https://sampwiki.blast.hk/wiki/LimitPlayerMarkerRadius


Re: [Help] What's this FS called? - Hobod - 24.08.2010

ShowPlayerMarkers(1);
go put that under OnGameModeInit


Re: [Help] What's this FS called? - eGod - 24.08.2010

Thanks Hobod, i looked in my pawno script and found ShowPlayerMarkers(2); and changed it to (1); assuming that 2 means nearby players and 1 is an infinite radius? hope it works!