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: how do i teleport into a spawned object?  (Read 726 times)

0 Members and 1 Guest are viewing this topic.

BronzeEagle

  • Guest
how do i teleport into a spawned object?
« on: 02 Feb 2005, 23:24:49 »
How do I teleport into a spawned object without having died?

Offline Triggerhappy

  • Contributing Member
  • **
  • Llama, it's what's for dinner.
Re:how do i teleport into a spawned object?
« Reply #1 on: 03 Feb 2005, 04:20:25 »
if i understand you correctly, you can't.  :-\ but i could be wrong

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:how do i teleport into a spawned object?
« Reply #2 on: 03 Feb 2005, 10:21:29 »
if this is a multiplayer question (respawning) then i can't help.

but if you're simply creating it, a la

Code: [Select]
_tank = "M1Abrams" createVehicle getmarkerpos "tankFactory"
then simply use the ole

Code: [Select]
loon_name moveindriver _tank
this what you were after?

BronzeEagle

  • Guest
Re:how do i teleport into a spawned object?
« Reply #3 on: 03 Feb 2005, 21:25:28 »
yeah, though i think theres an error in code one.