SA-MP Forums Archive
Hide 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)
+--- Thread: Hide marker (/showthread.php?tid=442178)



Hide marker - DetoNater - 06.06.2013

How do i hide a marker for a player, actually need to do this for sniper class i know the
Код:
ShowPlayerMarkers(1);
but how to disable it in only sniper class??


Re: Hide marker - Vince - 06.06.2013

Set their color to be invisible (0 alpha) or use SetPlayerMarkerForPlayer.


Re: Hide marker - DetoNater - 06.06.2013

oh,k were do i need to paste the
Код:
SetPlayerMarkerForPlayer(0);
for my sniper class ??


Re: Hide marker - scout322 - 06.06.2013

Put this :
Код:
SetPlayerMarkerForPlayer( 0xFFFFFF00 );
in your sniper class