destiny 10 Posted July 11, 2009 (edited) Hey guys, I'm playing this game with some friends a lot lately and I'm like the mission editor tho I don't know **** about editing, I just put some cars and stuff all over and that's it we just have fun flying and stuff.. but every time that I die we have to restart cause I can't respawn, for them I just made some AIs that are playable so if they die they reconnect and join as one of the playable AIs.. how can I do like an unlimited respawn? and try to make it as simple as possible cause I don't understand how to use the scripts, all we use are the AddOns which are nice and easy to use (making mod folder and adding the line at the game's shortcut is easy ^.^) so, help me please :{ Just write the solution here don't give me links to guides cause I already tried making it myself and I just can't.. too dumb :D by the way, it's just a hosted server, I'm hosting of course ^.^ just thought you should know.. maybe its working different in a hosted server.. Thanks for helpers! <3 - Problem solved. made a description.ext file next to the mission.sqf in C:\My Documents\ArmA 2 Other Profiles\Your_profile\missions\Mission_name.Chernarus and wrote in it:respawn = 3; respawnDelay = 5; To make the mission.sqf launch the mission editor from the main menu. (Single player -> Editor -> MAP -> Load) then save to User Missions, do NOT export to MP yet. Edited July 11, 2009 by destiny Share this post Link to post Share on other sites
Carpaazi 0 Posted July 11, 2009 respawn doesn't work in editor, you must be in MP and ingame and have "palyable units" in there. Try exporting the mission to MP and try to "respawn",test the mission in multiplayer and is should work Share this post Link to post Share on other sites
AdmiralKarlDonuts 0 Posted July 11, 2009 If you're going to have a base respawn - which is what option 3 is - make sure you have a marker on the map named respawn_west, respawn_east, or whatever side you're playing. That tells the game where to place you when you respawn. Markers can be found by hitting F6 in the editor, btw. Share this post Link to post Share on other sites
destiny 10 Posted July 12, 2009 yeah its ok I already fixed it long time ago, wanted to delete the post couldn't find an option to do so, so I just wrote Problem solved. I guess you missed it.. :) Share this post Link to post Share on other sites