niall0 10 Posted August 24, 2011 Anyone got a script that allows for respawn of units on all 3 factions (Blufor, Opfor, Inde) in seperate places? Been having a nose about and can only seem to find them working for 1 side. Thanks in advance, Share this post Link to post Share on other sites
cobra4v320 27 Posted August 24, 2011 (edited) descripton.ext respawn number 5. place empty markers named: 1. respawn_west 2. respawn_east 3. respawn_resistance 4. <-----My personal favorite A good book to read. Edited August 25, 2011 by cobra4v320 Share this post Link to post Share on other sites
zkb1325 28 Posted August 25, 2011 i got the same question but i want one team respawn lets say 5 seconds and the other team respawn 60 seconds Share this post Link to post Share on other sites
cobra4v320 27 Posted August 25, 2011 (edited) i got the same question but i want one team respawn lets say 5 seconds and the other team respawn 60 seconds sigh :j: Welcome to the forums zkb1325, I posted what you needed above, however: Go into notepad and create a file called "description.ext" and then copy paste the information below into it. respawn = "BASE"; // can be "BASE", "GROUP", "BIRD", "SIDE", "INSTANT", "NONE" respawnDelay = 60; // change to however long you want 2 minutes would be 120 etc Place an empty marker on the map named respawn_west or respawn_east or whatever side you want to respawn. You can move these markers where ever you want and thats where that faction will spawn. If you want vehicles to respawn then you can use respawn_vehicle_west and then place "this respawnVehicle [-1, 0];" into the vehicles init line. Edited August 25, 2011 by cobra4v320 Share this post Link to post Share on other sites
Gunter Severloh 4070 Posted August 25, 2011 Follow my tutorial, it will show you how to create a respawn at base. Once you can do one respawn then all you need to do is add 2 more markers for the other factions. How to setup a respawn for MP using a base respawn http://forums.bistudio.com/showpost.php?p=1881921&postcount=5 Share this post Link to post Share on other sites