SA-MP Forums Archive
SetPlayerColor help. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SetPlayerColor help. (/showthread.php?tid=92110)



SetPlayerColor help. - Devine - 18.08.2009

Well I'm using the function SetPlayerColor(playerid, COLOR_BLUE); on my /duty script, but when they type /duty it also creates a mini-marker for them on the map. I just want it to make their nametag blue, not create the marker. How can I do so?


Re: SetPlayerColor help. - Sergei - 18.08.2009

You have player markers enabled: https://sampwiki.blast.hk/wiki/ShowPlayerMarkers

If you don't set any color they are invisable, but when you change to blue marker becomes visable. If you don't need markers at all disable them with that function


Re: SetPlayerColor help. - Devine - 18.08.2009

edit nvm I got it.