Est SetModel
From EventScripts Community Encyclopedia
Syntax: est_SetModel <identifier> <model>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] DescriptionSets the players model [edit] Parameters
[edit] Exampleevent player_team { if(event_var(es_userteam) == 2) do { es est_SetModel event_var(userid) "player/skin/t" } if(event_var(es_userteam) == 3) do { es est_SetModel event_var(userid) "player/skin/ct" } } [edit] Notes
[edit] See Also |
