added a few missing variables.

This commit is contained in:
Ghostrider-GRG- 2018-02-25 08:18:02 -05:00
parent 399af617e8
commit f2bdfe6400
2 changed files with 9 additions and 1 deletions

View File

@ -41,6 +41,10 @@ AI WEAPONS, UNIFORMS, VESTS AND GEAR
blck_AI_Side = RESISTANCE;
blck_AIPatrolVehicles = ["B_G_Offroad_01_armed_EPOCH","B_LSV_01_armed_F"]; // Type of vehicle spawned to defend AI bases
blck_AIPatrolVehiclesBlue = blck_AIPatrolVehicles;
blck_AIPatrolVehiclesRed = blck_AIPatrolVehicles;
blck_AIPatrolVehiclesGreen = blck_AIPatrolVehicles;
blck_AIPatrolVehiclesOrange = blck_AIPatrolVehicles;
#define useAPEX 1

View File

@ -50,7 +50,11 @@ AI WEAPONS, UNIFORMS, VESTS AND GEAR
blck_listConcreteMixerZones = true;
blck_AI_Side = EAST;
blck_AIPatrolVehicles = ["Exile_Car_Offroad_Armed_Guerilla01","Exile_Car_Offroad_Armed_Guerilla02","Exile_Car_BTR40_MG_Green","Exile_Car_BTR40_MG_Camo","Exile_Car_HMMWV_M134_Green","Exile_Car_HMMWV_M134_Desert",/*"Exile_Car_HMMWV_M134_Desert","Exile_Car_HMMWV_M2_Desert",*/"B_LSV_01_armed_F"]; // Type of vehicle spawned to defend AI bases
blck_AIPatrolVehiclesBlue = blck_AIPatrolVehicles;
blck_AIPatrolVehiclesRed = blck_AIPatrolVehicles;
blck_AIPatrolVehiclesGreen = blck_AIPatrolVehicles;
blck_AIPatrolVehiclesOrange = blck_AIPatrolVehicles;
// Blacklisted itesm
blck_blacklistedOptics = ["optic_Nightstalker","optic_tws","optic_tws_mg"];