mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
Added Config for godmoded vehicles after spawning.
This commit is contained in:
parent
0b4afec1f1
commit
f639dfea38
@ -28,4 +28,8 @@ 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_GODMODE_TIME = 20; //SCALAR - Time for vehicles to have Godmode enabled in seconds (Will be ingored if ExAd_VG_GIVE_GODMODE = false)
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user