Home   Help Search Login Register  

Author Topic: Trigger height activation  (Read 832 times)

0 Members and 1 Guest are viewing this topic.

sgtGunneryHighway

  • Guest
Trigger height activation
« on: 29 Oct 2002, 13:26:41 »
How can i do to prevent the activation of a trigger until the unit was geting out of a chopper for example?

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Trigger height activation
« Reply #1 on: 29 Oct 2002, 14:09:55 »
you can check if your not in chopper like this

!(player in choppername)

or like this

vehicle player == player

or you could check if the chopper is below a certain height

getpos choppername select 2 <= 5