Animated C130 crashes - Eventually dropping carepackages at way points

I do not have an animated heli crash site script already.
do I have to add the animated heli crash site script then change it to your c130 care-package script first? or can I just go right to your c130 care-package script. if so where do I add this as I cant add it below my heli crash site script since i dont have one already.

Server_Monitor.sqf

Add the green text line below ur heli crash site script

// [_guaranteedLoot, _randomizedLoot, _frequency, _variance, _spawnChance, _spawnMarker, _spawnRadius, _spawnFire, _fadeFire, _prewaypoints, _damage]
nul = [3, 4, 400, 0, 0.99, 'center', 4000, true, false, false, 1, 0.0001] spawn server_spawnCrashSite;
// [_guaranteedLoot, _randomizedLoot, _frequency, _variance(DONOTUSE), _spawnChance, _spawnMarker, _spawnRadius, _spawnFire, _fadeFire, waypoints, damage]
nul = [7, 5, 700, 0, 0.99, 'center', 4000, true, false, true, 5, 1]spawn server_spawnC130CrashSite;
 
Back
Top