//Spawn crashed helos
for "_x" from 1 to 12 do {
_id = [] spawn spawn_heliCrash;
//waitUntil{scriptDone _id};
};
Replace this in your server_functions.sqf
Morning!
Not enought time today to explain something.
Use this strg+c and replace it.
diag_log ("DEBUG Care Packages processing... START");
spawn_Misc_cargo_cont_net1 = {...
Use this my young padavan
_mark_carepackage1 = createMarker ["Care Package at "+str(_position),_position];
_mark_carepackage1 setMarkerType "waypoint";
_mark_carepackage1 setMarkerPos (_position);
_mark_carepackage1 setMarkerColor "ColorRed";
_mark_carepackage1 setMarkerText...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.