Jump to content
  • 0

would like help adding more heli patrols wai


wizznall

Question

I have added 2 heli patrols using WAI and have succeeded but when I add a third the third chopper has an error of no pilot or gunners. is their a way to solve this please.

I the heli patrol .sqf

I have changed

ai_air_units = (ai_air_units  +2);

instead of ai_air_units = (ai_air_units +1);

 

but this didn't work and I not sure how to assign more pilots and gunners to the third chopper as the first two work fine.

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
[[725.391,4526.06,0],    //Position to patrol
[0,0,0],	             // Position to spawn chopper at
2000,					//Radius of patrol
10,                     //Number of waypoints to give
"UH1H_DZ",		        //Classname of vehicle (make sure it has driver and two gunners)
1						//Skill level of units 
] spawn heli_patrol;

Just change to suit and add it 3 times =)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...