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: Sebnam UH-1 door anims  (Read 1296 times)

0 Members and 1 Guest are viewing this topic.

jepo

  • Guest
Sebnam UH-1 door anims
« on: 23 Apr 2003, 07:42:32 »
What are the names for the door parts of the Uh-1s so i can start with them opened up

Blackblood

  • Guest
Re:Sebnam UH-1 door anims
« Reply #1 on: 03 May 2003, 04:46:04 »
It's 'sidedoorL' and 'sidedoorR'.


Put this in the init of your huey to open doors:
this animate ["sidedoorR", 1] ;this animate ["sidedoorL", 1]

...And this to close them again:
this animate ["sidedoorR", 0] ;this animate ["sidedoorL", 0]

jepo

  • Guest
Re:Sebnam UH-1 door anims
« Reply #2 on: 03 May 2003, 06:09:20 »
thanx