SA-MP Forums Archive
ShowPlayerMarkers & LimitPlayerMarkerRadius bug ? - 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: ShowPlayerMarkers & LimitPlayerMarkerRadius bug ? (/showthread.php?tid=563699)



ShowPlayerMarkers & LimitPlayerMarkerRadius bug ? - AIped - 16.02.2015

Is it just me or is ' LimitPlayerMarkerRadius ' useless ?
Fact is that if i want the markers to 'show' i would need to set ShowPlayerMarkers at streamed or global.
But i also want the markers shown at a limited range so thats where LimitPlayerMarkerRadius comes in handy.
However...when i combine these 2 functions only showplayermarkers seem to work.
pawn Код:
ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);
    LimitPlayerMarkerRadius(1.0);
I also tried using LimitPlayerMarkerRadius only but it seems both functions do need eachother.
Somehow its not possible to make LimitPlayerMarkerRadius work right.

Please reply if you know whats going on.


Re: ShowPlayerMarkers & LimitPlayerMarkerRadius bug ? - AIped - 17.02.2015

So does anyone know what is causing that it wont work ?
I found a post somewhere from a guy who had the same problem.
His post has been left unanswered either since 2014.

https://sampforum.blast.hk/showthread.php?tid=531656


Re: ShowPlayerMarkers & LimitPlayerMarkerRadius bug ? - AIped - 17.02.2015

bump