Add 10 invisible helpers for server admins

This commit is contained in:
A Man
2022-03-27 11:59:22 +02:00
parent 6f249377db
commit 2abefb7d4f
2 changed files with 171 additions and 0 deletions

View File

@@ -823,4 +823,6 @@ class CfgVehicles
disappearAtContact = 1;
airRotation = 1.0;
};
#include "Helper.hpp"
};

View File

@@ -0,0 +1,169 @@
class Helper_1_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 1";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_2_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 2";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_3_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 3";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_4_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 4";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_5_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 5";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_6_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 6";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_7_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 7";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_8_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 8";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_9_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 9";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_10_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 10";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};