Home   Help Search Login Register  

Author Topic: Respawn Limits?  (Read 538 times)

0 Members and 2 Guests are viewing this topic.

Bricktop

  • Guest
Respawn Limits?
« on: 17 Jan 2004, 21:13:35 »
Ok, I need to know how to :

Make my players (NOT AI) respawn a fixed number of times without using AI as backup in a multiplayer mission.

I found a lot of stuff about respawning in my searches but nothing specific to this.

Cheers

Bricktop

« Last Edit: 17 Jan 2004, 21:16:26 by Bricktop »

Offline rhysduk

  • Former Staff
  • ****
Re:Respawn Limits?
« Reply #1 on: 17 Jan 2004, 21:51:56 »
You cant respawn in SP* !! Only in MP !!

* - Well not like the MP Way.. you need a script to spawn (camcreate or createunit) units at specified locations when an enemy is dead...

Rhys
Reviewed Missions Board: Please Read the User's Guide before posting!

Pride and Joy 1 (HW100-T)

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:Respawn Limits?
« Reply #2 on: 17 Jan 2004, 22:41:01 »
Make my players (NOT AI) respawn a fixed number of times without using AI as backup in a multiplayer mission.

he did say MP :P

@ bricky

i aint in MP editin so sry i cudnt help ya  :-X but i sugest u try askin mod 2 move dis 2 da MP board ;) :P

LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

Offline myke13021

  • Contributing Member
  • **
  • Myke
Re:Respawn Limits?
« Reply #3 on: 17 Jan 2004, 22:55:50 »
hmmmm.....are you making this map on 1.46 or for resi?

if it is for resi....dunno how exactly to make but the eventhandler "killed" could do some like this...like counting how many times a unit (player) was killed (a = a + 1)...sorta of this...and when a limit is reached (a => 5) then do a setpos with an removeweapon on a place far away...maybe on one of the little islands off the coast ;-)

as i said...i'm not so deep into scripting but maybe you can find it out yourself

Bricktop

  • Guest
Re:Respawn Limits?
« Reply #4 on: 18 Jan 2004, 01:52:44 »
Thanks guys .... Ill check that out.


Bricktop