diff options
| author | hybrid <hybrid@hybridlabs.pro> | 2026-06-11 19:54:45 +0300 |
|---|---|---|
| committer | hybrid <hybrid@hybridlabs.pro> | 2026-06-11 19:54:45 +0300 |
| commit | 68d4c9bbd80ed2e6528244569c79676b87295bd1 (patch) | |
| tree | 6efd42fbf6f1281874ae0ff1f8816b01fe0c7153 /Client/Module/ZetaCargo/Zeta_Init.sqf | |
| download | a2wf_takistan-68d4c9bbd80ed2e6528244569c79676b87295bd1.tar.gz a2wf_takistan-68d4c9bbd80ed2e6528244569c79676b87295bd1.tar.bz2 a2wf_takistan-68d4c9bbd80ed2e6528244569c79676b87295bd1.zip | |
init
Diffstat (limited to '')
| -rw-r--r-- | Client/Module/ZetaCargo/Zeta_Init.sqf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Client/Module/ZetaCargo/Zeta_Init.sqf b/Client/Module/ZetaCargo/Zeta_Init.sqf new file mode 100644 index 0000000..29dcac0 --- /dev/null +++ b/Client/Module/ZetaCargo/Zeta_Init.sqf @@ -0,0 +1,12 @@ +//--- Zeta Cargo by Benny.
+
+//--- Unit allowed to hook.
+Zeta_Lifter = ["MH60S","MV22","C130J","Mi17_Ins","Mi17_medevac_RU","UH60M_EP1","UH60M_MEV_EP1","CH_47F_EP1","C130J_US_EP1","Mi17_TK_EP1","BAF_Merlin_HC3_D","CH_47F_BAF"];
+//--- Zeta Cargo can lift these types.
+Zeta_Types = ["Car","Motorcycle","Tank","Ship"];
+//--- Zeta Cargo default Position.
+Zeta_DefaultPos = [0,0,-4];
+
+//--- Special vehicle with special position.
+Zeta_Special = ["C130J","C130J_US_EP1"];
+Zeta_SpecialPosition = [[0,0,-2]];
\ No newline at end of file |
