Announcement

Collapse
No announcement yet.

Idea: What if when your pilot jumps out he says, "Bailing out!!!"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Re: Idea: What if when your pilot jumps out he says, "Bailing out!!!"

    Originally posted by cramhains
    Maybe do it when the person is out for at least 2 seconds or when at low altidute/steep dive it could either say "Bail Out!" or something like that...
    Psudo Code
    Code:
    OnKeyEvent('E')
    {
         if (Player.SpeedOfVehicle > 50)
         {
              Player.WriteToTeam('Bailing Out!!!')
              Player.PlaySound('Bailing Out!!!')
              Player.WriteToConsole('Bailing Out!!!')
         }
    }
    Not really that hard to do. Here's a sample sound file too if you want to put it in the game:



    or something more realistic:

    Comment

    Working...
    X