Posts: 98
Threads: 30
Joined: Aug 2009
Reputation:
0
When u spawn, ur name is a random color, how do I make it so that it can only be a color that I say it can? For example, if I want it to only be either red green or blue, how can I make it so that the name is not any other color?
Posts: 17
Threads: 1
Joined: Mar 2009
Reputation:
0
on mine i have it as underplayerspawn
setplayercolor
it works for me, try it
Something like
SetPlayerColor(playerid, COLOR_RED);
EDIT - My bad, i missed the 'Random' Part XD
Posts: 98
Threads: 30
Joined: Aug 2009
Reputation:
0
Thanks Yurifury and hitman that helped a lot