show player marker
#1

Код:
ShowPlayerMarkers(1);
How i can disable this on a rpg server just for one faction ?
Reply
#2

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.
Reply
#3

I don't really know how to do it
Reply
#4

Give me your faction code,i'll make you an example.
Reply
#5

Just set the alpha part of that team's color to 0.

pawn Код:
new color = COLOR_YOURFACTION ^ 0xFF;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)