Posts: 72
Threads: 27
Joined: Mar 2014
Reputation:
0
I have a question about SetPlayerMarkerForPlayer. I want to make a command that visible only the players who called to taxi. I use SetPlayerMarkerForPlayer, but there is a little problem. The function sets the color for the player, but when I'm near to the player his color becomes the original (who is set by SetPlayerColor). How I can solve this ?
Sorry for my bad English.
Posts: 184
Threads: 22
Joined: Feb 2014
Reputation:
0
Where do you use SetPlayerColor? Is it perhaps looping? Or do you set it back on arrival and have you put the radius too high?
Posts: 72
Threads: 27
Joined: Mar 2014
Reputation:
0
I use SetPlayerColor in OnPlayerSpawn
No, I didn't set it back on arrival and I didn't set any radius.
Posts: 184
Threads: 22
Joined: Feb 2014
Reputation:
0
And the color only goes back when you get close? Or does it also turn back to normal after a specific time of waiting?
Posts: 72
Threads: 27
Joined: Mar 2014
Reputation:
0
The color on goes back when I get close.
Posts: 184
Threads: 22
Joined: Feb 2014
Reputation:
0
Alright, please show some code regarding this taxi function.