Est SetPlayerColor
From EventScripts Community Encyclopedia
Syntax: est_SetPlayerColor <identifier> <red> <green> <blue> <alpha> [color weapons]Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] DescriptionSets the players colors [edit] Parameters
[edit] Exampleevent player_spawn { // Changes the color and alpha levels to 64 es est_SetPlayerColor event_var(userid) 64 128 32 64 1 // Change the color back to 255 after 5 seconds es_delayed 5 est_SetPlayerColor #a!d 255 255 255 255 0 } [edit] Notes
[edit] See Also |
