1.0.2.37 DEV

This commit is contained in:
[VB]AWOL
2013-09-28 21:46:51 -05:00
parent 2d65f9e950
commit ff256dd234
19 changed files with 214 additions and 86 deletions

View File

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