mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-23 04:22:13 +03:00
have to disable armed vehicle ammo in config #1
This commit is contained in:
@@ -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;}];
|
||||
|
||||
Reference in New Issue
Block a user