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: Marker respawn!?!?!?  (Read 2219 times)

0 Members and 1 Guest are viewing this topic.

Judge856

  • Guest
Marker respawn!?!?!?
« on: 22 May 2003, 22:34:14 »
Hi,

Does anyone know how I get a unit to respawn inside a marker area or at any area. I can get them to respawn but only at the same place they died  :-[

Anyone any ideas?

Thanks in advance.

usrt_peanut_butter

  • Guest
Re:Marker respawn!?!?!?
« Reply #1 on: 22 May 2003, 23:38:32 »
make a .ext file then put this in it

respawn="instant"
respawndelay=3

3= time make it respawn faster with lower numbers or vise versa.

then make a marker on the map like West_Respawn then there u go.  Im assuming ur making a ctf map

i think this works, but who knows

try it                                -Peanut Butter

Judge856

  • Guest
Re:Marker respawn!?!?!?
« Reply #2 on: 23 May 2003, 01:51:14 »
make a .ext file then put this in it

respawn="instant"
respawndelay=3

3= time make it respawn faster with lower numbers or vise versa.

I knew that already but, exactly how will the script know where to respawn player(ie:at the marker) instead of respawning him where he died?

How will the script know to respawn player at "West_Respawn"?

« Last Edit: 23 May 2003, 01:51:43 by Judge856 »

usrt_peanut_butter

  • Guest
Re:Marker respawn!?!?!?
« Reply #3 on: 23 May 2003, 04:38:34 »
uhh.  u make a little marker. name it Respawn_West and u respawn there.  This only works if you got all the nessesary triggers, so i cant really help u unless u got all the right triggers

Mujahedeen

  • Guest
Re:Marker respawn!?!?!?
« Reply #4 on: 23 May 2003, 05:13:50 »
Hi!

All you need are two markers:  Respawn_West and Respawn_East, then you have to change your description.ext file:

Code: [Select]
respawn="base"
respawndelay=3

...respawndelay can be whatever time you want (in seconds) but you probably knew that already....  ;)

cheers...