Est Fade

From EventScripts Community Encyclopedia
Syntax: est_Fade <identifier> <type> <fade time> <total time> <Red> <Green> <Blue> <Alpha>
Note: Command parameters are described inside the < and > characters. Optional parameters are contained within [ and ] characters.

Contents

Description

Shakes a player's screen

Parameters

  • identifier - See Est_PlayerSelection for player selection help
  • Type - Choose on of the following:
    • 0 - In
    • 1 - Out
    • 2 - Stayout
  • fade time
  • total time
  • Red - (0-255)
  • Green - (0-255)
  • Blue' - (0-255)
  • alpha - (0-255)

Example


event player_spawn
{
  // Fades from a purplish color to normal view for all players
  est_Fade #a 0 5 5 64 0 64 128
}

Notes

  • Can't see me, or can you!?!

See Also

blog comments powered by Disqus