Home   Help Search Login Register  

Author Topic: Respawn in a vehicle??  (Read 1641 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