Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
Storm509th

How do players spawn after dying in a multiplayer game?

Recommended Posts

After creating a detailed multiplayer game with playable units, how do I make it so players can respawn to another playable units after you die???

Share this post


Link to post
Share on other sites

1. This is the wrong section. Questions like this should go to ArmA 2 - MISSION EDITING & SCRIPTING i guess.

Anyway...

You need to create a "Description.ext" in your mission folder.

Description.ext

respawn = 4;
respawnDelay = 3;
respawnVehicleDelay = 3;
respawnDialog = 0;

Also have a look here: Wiki: Respawn

Share this post


Link to post
Share on other sites

Ok - Thank you, I appreciate it!

---------- Post added at 06:08 PM ---------- Previous post was at 05:52 PM ----------

Where would the mission folders be located to input this data?

Thanks in advance!

---------- Post added at 06:13 PM ---------- Previous post was at 06:08 PM ----------

Or spawn not only as the same soldier but as a different "playable" just like the original missions that are in the game.

Thanks

Share this post


Link to post
Share on other sites

Well you know where you can find your own made missions?

It's in "C:\Own Files\ArmA2 Other Profiles\Your Nick\Missions\"

There you can find all missions which you have saved in the mission editor.

Simply open the mission folder where you like to include the "Description.ext" create a new .txt file ( with Notepad ) and call it "Description.ext.

That's pretty much it. ;)

Share this post


Link to post
Share on other sites
Sign in to follow this  

×