Est PhysPush

From EventScripts Community Encyclopedia
Syntax: est_PhysPush <identifier> <x force> <y force> <z force>
Note: Command parameters are described inside the < and > characters. Optional parameters are contained within [ and ] characters.

Contents

Description

Pushes the player in the specified direction

Parameters

Example


event player_spawn
{
  // Make everybody jump high when they spawn
  est_PhysPush #a 0 0 500
}

Notes

  • None

See Also

blog comments powered by Disqus