Multiple vehicle types in Land/heli patrolls?

MrInfro

New Member
Hello, how can I add multiple types of air/land vehicles to the patrol lists? I tried several ways, everyone gives me rpt error. This is how I have them right now:

DZAI_heliList = [["UH1H_DZ",2]["Mi17_DZ",2]];
DZAI_vehList = [["UAZ_Unarmed_TK_EP1",2]["HMMWV",2]];

and it throws me errors in syntax. Any ideas?
 
For reference, this is what I use for DZAI_heliList:

Code:
DZAI_heliList = [["UH1H_DZ",5],["MH60S_DZ",2],["AH6J_EP1_DZ",2]];
 
Back
Top