have to disable armed vehicle ammo in config #1

This commit is contained in:
[VB]AWOL
2013-10-08 15:02:24 -05:00
parent 37c45d1907
commit 5acb9eee16
26 changed files with 119 additions and 76 deletions

View File

@@ -167,7 +167,7 @@ if (isServer and isNil "sm_done") then {
clearWeaponCargoGlobal _object;
clearMagazineCargoGlobal _object;
_object setVehicleAmmo DZE_vehicleAmmo;
// _object setVehicleAmmo DZE_vehicleAmmo;
if ((typeOf _object) in dayz_allowedObjects) then {
_object addMPEventHandler ["MPKilled",{_this call object_handleServerKilled;}];