Est Burn
From EventScripts Community Encyclopedia
Syntax: est_Burn <players> <time>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] DescriptionSets a player on fire for an amount of time. [edit] Parameters
[edit] ExampleBurn any player hurt by grenades for 10 seconds event player_hurt { if (event_var(weapon) equalto hegrenade) do { es est_burn event_var(userid) 10 } } [edit] See Also |
