Jump to content
Sign in to follow this  
Aralvar

Respawn script doesn't work

Recommended Posts

I've made a description.ext with the following code and placed it in my mission folder:

respawn = BASE;

respawnDelay = 5;

Then I made a marker called respawn_west and had a BLUFOR guy get killed as the player, but it just takes me to a menu where all I can do is restart or end the mission, no respawn.

I am aware respawning doesn't work in singleplayer, so I tried saving it as a multiplayer mission and it still doesn't work when I click preview and die!

Share this post


Link to post
Share on other sites

Try, Respawn="Base" and for the marker like this, Respawn_West. hope it helps and else let us know.

Share this post


Link to post
Share on other sites

Case isn't an issue, but you are correct in that quotes must be used. Either:

respawn = "base";

- or -

respawn = 3; (no quotes)

Share this post


Link to post
Share on other sites

Thanks for trying to help guys, but it still doesn't work. I thought it might be because I was putting spaces in my mission title, but fixing that did nothing to help the problem. Here's some pictures in case they help:

http://i.imgur.com/KYIoXbW.png

http://i.imgur.com/ZjxxaZI.png

http://i.imgur.com/ZLMZ6m8.png

http://i.imgur.com/W6OWe1E.png

I tried using the quotes around base as well, didn't work. I appreciate the attempt anyways.

Share this post


Link to post
Share on other sites

Success! I didn't have an MPmissions folder so I created it and placed my mission into it and when I launched it in multiplayer it worked! :D Thanks so much to all of those who helped!

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  

×