Cleanup config variables

This commit is contained in:
ebaydayz
2016-04-09 16:47:51 -04:00
parent 1ba8f46543
commit d229d10b6a
31 changed files with 276 additions and 202 deletions

View File

@@ -172,10 +172,6 @@ if (_randomSpot) then {
private ["_counter","_position","_isNear","_isZero","_mkr"];
if (!isDedicated) then {endLoadingScreen;};
_IslandMap = if (worldName in ["dzhg","panthera2","Sara","Utes","Dingor","namalsk","isladuala","Tavi","dayznogova","tasmania2010"]) then {true} else {false};
//Spawn modify via mission init.sqf
if (isNil "spawnArea") then {spawnArea = 1400;};
if (isNil "spawnShoremode") then {spawnShoremode = 1;};
//spawn into random
_findSpot = true;

View File

@@ -89,7 +89,6 @@ _key call server_hiveWrite;
clearWeaponCargoGlobal _object;
clearMagazineCargoGlobal _object;
// _object setVehicleAmmo DZE_vehicleAmmo;
_object setVariable ["ObjectID", _oid, true];

View File

@@ -68,7 +68,6 @@ if (count AllowedVehiclesList == 0) then {
clearWeaponCargoGlobal _veh;
clearMagazineCargoGlobal _veh;
// _veh setVehicleAmmo DZE_vehicleAmmo;
// Add 0-3 loots to vehicle using random loot groups
_num = floor(random 4);