Is there a command to do this like with the color picker in sandbox mode? I tried using
ply:SetColor()
and that just changed the color of the players face.
The color is a float value, which ideally would be in between 0.0 and 1.0
So if you put it to 255 or some shit, they'll be pure that color and it'll look whack yo.
[lua]Player:SetPlayerColor( Vector( 1.0, 1.0, 1.0 ) )[/lua]
[QUOTE=Walrus Viking;39911778]The color is a float value, which ideally would be in between 0.0 and 1.0
So if you put it to 255 or some shit, they'll be pure that color and it'll look whack yo.
[lua]Player:SetPlayerColor( Vector( 1.0, 1.0, 1.0 ) )[/lua][/QUOTE]
That only applies to the console command for some reason, the vector in Lua seems to be 0-255
[QUOTE=TylerB;39914959]That only applies to the console command for some reason, the vector in Lua seems to be 0-255[/QUOTE]
I used it in Lua, and it's the same as the command. :L
Sorry, you need to Log In to post a reply to this thread.