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.

Contents

Description

Sets a player on fire for an amount of time.

Parameters

  • players - See Est_PlayerSelection for player selection help
  • time - Time to burn a player for (seconds)

Example


Burn 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
        }
}

See Also

blog comments powered by Disqus