OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: StaSi on 22 Oct 2004, 20:47:58
-
IÂ'm really sorry about my stupid question.. :-[
I did read topic about respawning but i Â'really canÂ't make it work.
So could anyone help me and explain how to make players in my side respawn in mp map??? I donÂ't have a clue about scripting or stuff. And I opened mission editor first time this morning. So what to do and where to put writings and stuff... a real rookie... ???
-
My suggestion is: Look in the template folder of your ofp directory. It contains MP-missions made by BIS themselves, and they are uncompressed (as far as I remember). Look at a simple mission (sweep and clear) and see how the designers of OFP handled these questions. It's the best way to get started. Good luck!
-
Use these two commands in your description.ext file:
respawn=3;
respawndelay=8;
Numbers for 'respawn' are:
0 = no respawn
1 = seagull (the default)
2 = instant
3 = at the base (Respawn Marker)
4 = group (only for leader of group, into living AI members of the group)
5 = side
RespawnDelay= time in seconds
-
Thank you very very much.. itÂ's working fine now ;D :D