Jump to content
Sign in to follow this  
blijfiguurpaul

Spawn multipile players and respawn

Recommended Posts

Hi everybody!

I am new to the editor in Arma, I wanted to make a dedicated server for me and my friends, just so we can fly in jets and stuff like that. But I got a few issues, I tried to figure them out, but I really don't know what to do.

Allright, here's the problem: I can spawn 1 person via Units (F1), I call him for now Player 1. When I spawn Player 2, Player 1 becomes Unplayable. When I change Player 1 to player, player 2 becomes unplayable. I want just 1 spawn position where everybody spawns, and if they die they respawn to that position. I tried multipile things, let people spawn in a tractor, but that didn't worked out.

I hope someone can help me out here, because I am very new to the arma editor, and tutorials don't describe what I need

Thanks everybody for your help :)

Share this post


Link to post
Share on other sites

Okay. If is mission multiplayer, you must create a description.ext file, and in that you must add these lines:

respawn=2;
respawnDelay=5;
respawnDialog=1;

Then, create on the map marker with name: respawn_side, for example if you have player as BLUFOR, create marker with name respawn_west :)

If you have any problems, I can create example mission for you.

Share this post


Link to post
Share on other sites
LUKI;2681900']Okay. If is mission multiplayer' date=' you must create a description.ext file, and in that you must add these lines:

respawn=2;
respawnDelay=5;
respawnDialog=1;

Then, create on the map marker with name: [b']respawn_side[/b], for example if you have player as BLUFOR, create marker with name respawn_west :)

If you have any problems, I can create example mission for you.

Thanks man, I will try that. It would be really awesome if you could make an example mission for me, so I can see how my mission should look like.

Really thank you for your help :)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×