Player name colors
#1

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

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

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

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)
Reply
#5

Then you mean player marker. Well, remove that.
Reply
#6

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


Forum Jump:


Users browsing this thread: 1 Guest(s)