Jump to content
  • 0

A little help with DZAI please


monkeebhoy

Question

I am using dzia for dynamic and vehicle spawns. 

 

I thought that i would change the vehicles and heli's that the ai patrolled in. So i changed it to 

 

//Classnames of air vehicle types to use, with the maximum amount of each type to spawn. Default: [["UH1H_DZ",1]]

DZAI_heliList = [["UH1H_DZ",1,"UH1Y",1,"Mi17_DZE",1,"CH_47F_EP1_DZE",1]];
 
and 
 
 
//Classnames of land vehicle types to use, with the maximum amount of each type to spawn. Default: [["UAZ_Unarmed_TK_EP1",1]]
DZAI_vehList = [["ArmoredSUV_PMC_DZ",2,"MTVR",2,"GAZ_Vodnik_DZE",2,"LandRover_Special_CZ_EP1_DZE",2]];

 
Now it seems to only spawn in the suv's and the uh1h's any advice would be welcomed. 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Might want to try it like this:

DZAI_heliList = [["UH1H_DZ",1],["UH1Y",1],["Mi17_DZE",1],["CH_47F_EP1_DZE",1]];

Don't really know if that'll do it but kinda makes more sense that way :D Same for the landvehicles obviously.

Also I guess you adjusted the

DZAI_maxHeliPatrols = 1;

right?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...