- Joined
- Dec 19, 2014
- Messages
- 41
- Reaction score
- 7
Hey guys 
Today i will show u how to add more spawn locations for Helis and cars.
First of all make a backup from your script folder (MPMissions > scripts)
Now open scripts and search for "SpawnHeli.sqf" open it and add some more lines
Just copy and paste one.
Example:
_this = createVehicle ["Heli_Heavy01_H", [7121.32,13309.98,0], [], 0, "CAN_COLLIDE"];
now change position line (7121.32,13309.98,0) to find a new one just login on your server and walk to the position where you wan't a new Heli.
Exit game to server screen and open your save file. (DayZServlet>saves) open your profile and copy the new position ({"model":"SurvivorPartsFemaleAsian","alive":1,"pos":[4819.02,12.9118,2528.42])
"4819.02,12.9118,2528.42" <-- thats your position copy this to your new position line from SpawnHeli.sqf
(_this = createVehicle ["Heli_Heavy01_H", [4819.02,12.9118,2528.42], [], 0, "CAN_COLLIDE"]
same way for all new locations
when you're done close and save sqf file
do the same with Car2.sqf to get more cars
when you finished go back to MPMissions folder and click on "pack) thats a little batch file
click yes to overwrite the old one
restart your server and check locations
Sorry for my poor english i'm from germany

Today i will show u how to add more spawn locations for Helis and cars.
First of all make a backup from your script folder (MPMissions > scripts)
Now open scripts and search for "SpawnHeli.sqf" open it and add some more lines
Just copy and paste one.
Example:
_this = createVehicle ["Heli_Heavy01_H", [7121.32,13309.98,0], [], 0, "CAN_COLLIDE"];
now change position line (7121.32,13309.98,0) to find a new one just login on your server and walk to the position where you wan't a new Heli.
Exit game to server screen and open your save file. (DayZServlet>saves) open your profile and copy the new position ({"model":"SurvivorPartsFemaleAsian","alive":1,"pos":[4819.02,12.9118,2528.42])
"4819.02,12.9118,2528.42" <-- thats your position copy this to your new position line from SpawnHeli.sqf
(_this = createVehicle ["Heli_Heavy01_H", [4819.02,12.9118,2528.42], [], 0, "CAN_COLLIDE"]

same way for all new locations
when you're done close and save sqf file
do the same with Car2.sqf to get more cars
when you finished go back to MPMissions folder and click on "pack) thats a little batch file
click yes to overwrite the old one
restart your server and check locations
Sorry for my poor english i'm from germany
