Est Freeze

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

Contents

Description

Freezes a player

Parameters

  • identifier - See Est_PlayerSelection for player selection help
  • 1/0 - Choose one of the following:
    • 1 - Freeze
    • 0 - UnFreeze

Example


event player_spawn
{
  // Freeze everyone
  est_Freeze #a 1
  // Unfreeze everyone after 10 seconds
  es_xdelayed 10 "est_Freeze #a 0"
}

Notes

  • Not the ice age again!!

See Also

blog comments powered by Disqus