From 92432349028c968e3e45b422af38ea6527579dc2 Mon Sep 17 00:00:00 2001 From: "[GADD]Monkeynutz" Date: Wed, 27 Dec 2017 20:08:27 +0000 Subject: [PATCH] Update customize.sqf --- mpmissions/Exile.Altis/ExAdClient/VirtualGarage/customize.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpmissions/Exile.Altis/ExAdClient/VirtualGarage/customize.sqf b/mpmissions/Exile.Altis/ExAdClient/VirtualGarage/customize.sqf index 2a37354..15a90df 100644 --- a/mpmissions/Exile.Altis/ExAdClient/VirtualGarage/customize.sqf +++ b/mpmissions/Exile.Altis/ExAdClient/VirtualGarage/customize.sqf @@ -28,7 +28,7 @@ ExAd_VG_SHOW_ADVHINT = false; //BOOLEAN - If the virtual garage should displa ExAd_STOP_COMBAT_STORING = true; //BOOLEAN - If set to true players cannot store vehicles while they are in combat. Prevents combat storing. -ExAd_VG_GIVE_GODMODE = false; //BOOLEAN - If set to true, vehicles spawned from the VG will have Godmode enabled on them. +ExAd_VG_GIVE_GM = false; //BOOLEAN - If set to true, vehicles spawned from the VG will have Godmode enabled on them. ExAd_VG_GM_TIME = 20; //SCALAR - Time for vehicles to have Godmode enabled in seconds (Will be ingored if ExAd_VG_GIVE_GODMODE = false)