Sarge Patrol Land Vehicle Turrets

allen bashaw

New Member
Hey guys. This issue has been bugging me for a while.

I've made sarge patrols to patrol around the air, which works fine. Especially since sarge AI comes with the required scripts to make heli turrets work.

I am unable to find a way to get the AI to use land vehicle turrets, such as Armed Humvees and Trucks.

I've added more units to spawn in each vehicle. Here is one of my patrols.

[
SAR_marker_heropatrol_herocamp,
1,
["HMMWV_Armored","HMMWV_Armored","HMMWV_Armored","MTVR","MTVR","M1A2_TUSK_MG"],
[[1,0,5],[1,0,5],[1,0,5],[1,0,12],[1,0,12],[1,0,3]],
true,
60
] call SAR_AI_land;

It works perfect, except the fact that the turrets dont work. These Humvees only have 5 seats and 1 gunner, so I was thinking it actually had 6 seats. Adding the extra 1 infantry unit doesn't place it in the turret, it places it on the ground, outside of the vehicle.

Does ANYONE know how to make this work? I've seen the code to make air vehicles work, but how do I "add" the same function to land vehicles?

thanks in advance, been frustrating me for a little while now
 
Back
Top