From e43099adb1d6f1a037f2619d1d8b54fbe44e6869 Mon Sep 17 00:00:00 2001 From: "[GADD]Monkeynutz" Date: Tue, 2 Jan 2018 09:21:08 +0000 Subject: [PATCH] Added defaults for new configs. --- .../Exile.Altis/ExAdClient/VirtualGarage/postInit.sqf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mpmissions/Exile.Altis/ExAdClient/VirtualGarage/postInit.sqf b/mpmissions/Exile.Altis/ExAdClient/VirtualGarage/postInit.sqf index cba1e22..366e439 100644 --- a/mpmissions/Exile.Altis/ExAdClient/VirtualGarage/postInit.sqf +++ b/mpmissions/Exile.Altis/ExAdClient/VirtualGarage/postInit.sqf @@ -25,7 +25,10 @@ if(isNil "ExAd_VG_ALLOWED_VEH_MULTIPLE_FACTOR")then{ExAd_VG_ALLOWED_VEH_MULTIPLE if(isNil "ExAd_VG_ACCESS_LEVEL")then{ExAd_VG_ACCESS_LEVEL = 1;}; if(isNil "ExAd_VG_CLEAN_ON_STORE")then{ExAd_VG_CLEAN_ON_STORE = true;}; if(isNil "ExAd_VG_SHOW_ADVHINT")then{ExAd_VG_SHOW_ADVHINT = false;}; -if(isNil "ExAd_VG_ALLOWED_VEH_TYPE")then{ExAd_VG_ALLOWED_VEH_TYPE = ["Car","Air"];}; +if(isNil "ExAd_STOP_COMBAT_STORING")then{ExAd_STOP_COMBAT_STORING = true;}; +if(isNil "ExAd_VG_GIVE_GM")then{ExAd_VG_GIVE_GM = false;}; +if(isNil "ExAd_VG_GM_TIME")then{ExAd_VG_GM_TIME = 20;}; +if(isNil "ExAd_VG_ALLOWED_VEH_TYPE")then{ExAd_VG_ALLOWED_VEH_TYPE = ["Car","Tank","Plane","Air","Ship","Submarine"];}; ["STR_ExAd_VG_NOTI_FULL", "The garage is full"] call ExAd_fnc_localize; ["STR_ExAd_VG_NOTI_NOT_PERSISTENT", "You can only store pincode protected vehicles into the garage!"] call ExAd_fnc_localize; @@ -38,4 +41,4 @@ if(isNil "ExAd_VG_ALLOWED_VEH_TYPE")then{ExAd_VG_ALLOWED_VEH_TYPE = ["Car","Air" ["STR_ExAd_VG_APP_TTL_STORED", "Stored"] call ExAd_fnc_localize; ["STR_ExAd_VG_APP_TTL_DETAILS", "Stored Vehicle Details"] call ExAd_fnc_localize; ["STR_ExAd_VG_APP_TTL_NEAR", "In Radius"] call ExAd_fnc_localize; -["STR_ExAd_VG_APP_CB_SECRET", "Stream friendly UI"] call ExAd_fnc_localize; \ No newline at end of file +["STR_ExAd_VG_APP_CB_SECRET", "Stream friendly UI"] call ExAd_fnc_localize;