Est SetGravity
From EventScripts Community Encyclopedia
Syntax: est_SetGravity <identifier> <gravity ratio>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] DescriptionSets the players gravity ratio [edit] Parameters
[edit] Exampleevent weapon_fire { // Changes the gravity to half the default for the current player es est_SetGravity event_var(userid) 0.5 // Change the gravity back to normal after 5 seconds es_delayed 5 est_SetGravity event_var(userid) 1.0 } [edit] Notes
[edit] See Also |
