Home   Help Search Login Register  

Author Topic: Remove blackhawk actions  (Read 333 times)

0 Members and 1 Guest are viewing this topic.

j-man

  • Guest
Remove blackhawk actions
« on: 20 Jul 2004, 06:29:34 »
Does any one know who to remove the fast rope actions on the BAS blackhawks. I've searched through the readme and the cpp file, but no joy :( . Any ideas?

Offline Messiah

  • Honourary OFPEC Patron & Drinking Buddy of Wolfsbane
  • Honoured Contributor
  • ***
  • OFPEC Veteran
    • Project UK Forces
Re:Remove blackhawk actions
« Reply #1 on: 20 Jul 2004, 10:34:14 »
yup....

choppername animate ["switch1frope",0.987]

the fast roping is based around an animation, and if you read the cpp, you'll see it checks fr the animation being at 1 or 0 so it can either start or finish fast roping.... setting it to 0.987 means the animation isn't at a number where the script will fire, and hence removes the fastroping action  :)
Proud Member of the Volunteer Commando Battalion

j-man

  • Guest
Re:Remove blackhawk actions
« Reply #2 on: 20 Jul 2004, 15:57:26 »
Ah, sounds simple enough.

Thanks Messiah :)