Est NoClip

From EventScripts Community Encyclopedia
Syntax: est_noclip <identifier> <1/0>
Note: Command parameters are described inside the < and > characters. Optional parameters are contained within [ and ] characters.

Contents

Description

Enables or disables noclip mode for a player.

Parameters

  • 1/0 - Set 1/0 to turn on/off a player's no clip

Example


// Gives players noclip for 10 seconds after the spawn
event player_spawn
{
	es est_noclip event_var(userid) 1
	es_delayed 10 est_noclip event_var(userid) 0
}

Notes

  • Does not require cheats to be on

See Also

blog comments powered by Disqus