show player 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: show player marker (
/showthread.php?tid=351327)
show player marker -
trulis - 15.06.2012
Код:
ShowPlayerMarkers(1);
How i can disable this on a rpg server just for one faction ?
Re: show player marker -
Face9000 - 15.06.2012
I think you can't with that ShowPlayerMarkers.
You can with this:
https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer
Do a loop in your faction code.
Re: show player marker -
trulis - 15.06.2012
I don't really know how to do it
Re: show player marker -
Face9000 - 15.06.2012
Give me your faction code,i'll make you an example.
Re: show player marker -
Vince - 15.06.2012
Just set the alpha part of that team's color to 0.
pawn Код:
new color = COLOR_YOURFACTION ^ 0xFF;