Es effect sparks
From EventScripts Community Encyclopedia
|
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: {{{x}}} DescriptionDraws dust particles moving from origin in the direction specified.. Parameters
Examplesevent player_hurt { es_setinfo x1 0 es_setinfo y1 0 es_setinfo z1 0 es_setinfo v2 0 es_createvectorstring v2 0 0 0 es_setinfo v1 0 es_getplayerlocation x1 y1 z1 event_var(userid) es_createvectorstring v1 server_var(x1) server_var(y1) server_var(z1) es_effect sparks server_var(v1) 1 1 server_var(v2) }
Notes
See also
External linkses_xeffect sparks
|
