Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: F18 Hornet Hudson & Pennywise  (Read 597 times)

0 Members and 1 Guest are viewing this topic.

Offline MeltedAd

  • Members
  • *
  • Damn it all to the bowls of bloody hell
F18 Hornet Hudson & Pennywise
« on: 14 Oct 2003, 12:49:26 »
Can the start speed of this plane be changed? When i place this in the editor as player the plane starts travelling at about 1000. This is great, a nice and fast plane, but by the time you've managed to slow down you've already overshot the entire island. How do I set the initial velocity?

Offline Killswitch

  • Members
  • *
  • Peace, cheese and ArmA
Re:F18 Hornet Hudson & Pennywise
« Reply #1 on: 14 Oct 2003, 17:29:44 »
In the init field of a flying plane:
Code: [Select]
plane setVelocity [0,100,0]
would give the plane an initial speed of 100 m/sec (360 km/h) due north.

[100,0,0] -> 100 m/sec eastwards.

Remember to point the plane in the right direction

Offline MeltedAd

  • Members
  • *
  • Damn it all to the bowls of bloody hell
Re:F18 Hornet Hudson & Pennywise
« Reply #2 on: 14 Oct 2003, 17:50:24 »
thanks mate :thumbsup: