From fe39bc6f76e842727afd6ca478491948b42315eb Mon Sep 17 00:00:00 2001 From: "[GADD]Monkeynutz" Date: Wed, 20 Sep 2017 19:30:09 +0100 Subject: [PATCH] Combat Storing and Boats & Subs Added a toggle-able option to stop people storing their vehicles while in the middle of combat. Added Boats and Subs to the VG allowed vehicle list. --- mpmissions/Exile.Altis/ExAdClient/VirtualGarage/customize.sqf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mpmissions/Exile.Altis/ExAdClient/VirtualGarage/customize.sqf b/mpmissions/Exile.Altis/ExAdClient/VirtualGarage/customize.sqf index bcba508..fc71095 100644 --- a/mpmissions/Exile.Altis/ExAdClient/VirtualGarage/customize.sqf +++ b/mpmissions/Exile.Altis/ExAdClient/VirtualGarage/customize.sqf @@ -26,4 +26,6 @@ ExAd_VG_CLEAN_ON_STORE = true; //BOOLEAN - If vehicle inventory should reset w ExAd_VG_SHOW_ADVHINT = false; //BOOLEAN - If the virtual garage should display an Advanced hint upon store and fetch. -ExAd_VG_ALLOWED_VEH_TYPE = ["Car","Air"];//ARRAY - Array with allowed vehicle types for the virtual garage. | "Car", "Tank", "Helicopter", "Plane" or "Air" for both WARNING DON'T USE "LandVehicle" Can crash the Exile system. \ No newline at end of file +ExAd_STOP_COMBAT_STORING = true; //BOOLEAN - If set to true players cannot store vehicles while they are in combat. Prevents combat storing. + +ExAd_VG_ALLOWED_VEH_TYPE = ["Car","Tank","Plane","Air","Ship","Submarine"];//ARRAY - Array with allowed vehicle types for the virtual garage. | "Car", "Tank", "Helicopter", "Plane" or "Air" for both WARNING DON'T USE "LandVehicle" Can crash the Exile system.