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: Respawn in a vehicle??  (Read 2454 times)

0 Members and 1 Guest are viewing this topic.

Anubis-LOC

  • Guest
Respawn in a vehicle??
« on: 09 Sep 2002, 17:42:32 »
Can anyone tell me if you can respawn in a vehicle? More specifically, a moving chinook? and if so, HOW?  ???

Backoff

  • Guest
Re:Respawn in a vehicle??
« Reply #1 on: 09 Sep 2002, 18:33:41 »
Hi,

yeah, it's possible:

make one trigger to detect player respawn:

x: 0
y: 0
activated: repeatedly
condition: Alive(PlayerID)
activation: PlayerID moveincargo Chinook1

you need one trigger for each playable units.

Warning: using this kind of setpos/movein could make some desync happen.

Hope this helps

Anubis-LOC

  • Guest
Re:Respawn in a vehicle??
« Reply #2 on: 09 Sep 2002, 19:30:19 »
 :D Thanks a bunch Backoff. I appreciate it