SA-MP Forums Archive
Player name colors - 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: Player name colors (/showthread.php?tid=78521)



Player name colors - -eXo - 20.05.2009

On my GM, I have it set so that when a police officer goes on duty it sets their name to blue by using this
Код:
SetPlayerColor(playerid, COLOR_LSPDBLUE);
					}
Well, it also creates a player marker on the map for everyone so anyone can follow their minimap and find out where the officer is. How can I remove the player marker and only color the players name blue?

Thanks.


Re: Player name colors - Correlli - 20.05.2009

Check the part where officer goes on duty. Find SetPlayerCheckpoint function and remove it.


Re: Player name colors - -eXo - 20.05.2009

Quote:
Originally Posted by Don Correlli
Check the part where officer goes on duty. Find SetPlayerCheckpoint function and remove it.
There is no SetPlayerCheckpoint, I added the color yesterday and the checkpoint started to appear.


Re: Player name colors - BP13 - 20.05.2009

he means (you know on stunt servers and stuff) there is a blue icon that follows every player unless disabled in the script. when he does the player colour change they show on the map wherever they go. but before they became a cop no player (square) followed them everywhere. (even when its disabled in the script)


Re: Player name colors - Correlli - 20.05.2009

Then you mean player marker. Well, remove that.


Re: Player name colors - -eXo - 20.05.2009

There isn't player marker, I posted the only line I've added which caused the marker.