Vehicles spawning without ammunition

royalblunts

New Member
Im running epoch server only mods i have on are sarge ai, tow/lift, auto refuel. My vehicles with mounted guns are spawning without any ammuniton, even ones I spawn in with the admin tool. Anyone know a fix for this?
 
I have been looking for a fix for this as well... I know if buy a military vehicle (IE a tank) the ammo is there and reloads at restart, but any of the ones that are included come with no ammo and when you put ammo in it it resets to 0 at restart. Very frustrating.
 
You need to set
DZE_vehicleAmmo = 1;
in your init.sqf

Then you need to open your database Object_DATA table and change all _DZE vehicles to _DZ and do the same with your dynamic_vehicles.sqf in your mission.pbo.
 
Back
Top