Es effect dust
From EventScripts Community Encyclopedia
|
[edit] OverviewSyntax: Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.Variation of this command that doesn't expand variables: es_xeffect dust [edit] DescriptionDraws dust particles moving from origin in the direction specified.. [edit] Parameters
[edit] Examplesevent player_hurt { es_xset x1 0 es_xset y1 0 es_xset z1 0 es_xset v2 0 es_xcreatevectorstring v2 0 0 0 es_xset v1 0 es_getplayerlocation x1 y1 z1 event_var(userid) es_createvectorstring v1 server_var(x1) server_var(y1) server_var(z1) es_delayed 2 es_xeffect dust server_var(v1) server_var(v2) 9999 0.1 }
[edit] Notes
[edit] See also
|
