Change distance radar LimitPlayerMarkerRadius - 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: Change distance radar LimitPlayerMarkerRadius (
/showthread.php?tid=601681)
Change distance radar LimitPlayerMarkerRadius -
gmstrikker - 24.02.2016
I change this number, but its not change nothing, i want see icons on radar just near
LimitPlayerMarkerRadius(5.0);
Re: Change distance radar LimitPlayerMarkerRadius -
me1m - 24.02.2016
ShowPlayerMarkers there?
Re: Change distance radar LimitPlayerMarkerRadius -
gmstrikker - 24.02.2016
ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);
right?
Re: Change distance radar LimitPlayerMarkerRadius -
alexanderjb918 - 24.02.2016
LimitPlayerMarkerRadius(100.0); > This will limit the markers for players for icons..
// Make the players marker an invisible white (chat will be white but marker will be gone).
SetPlayerMarkerForPlayer( 42, 1, 0xFFFFFF00 );
ShowPlayerMarkers(PLAYER_MARKERS_MODE_OFF); > to disable map markers completly