mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
@@ -17,10 +17,9 @@ _magazines = getArray (configFile >> "cfgWeapons" >> _weapon >> "magazines");
|
||||
} count _magazines;
|
||||
|
||||
if (_ammo != "") then {
|
||||
_vehicle removeMagazineTurret [_ammo,_turret];
|
||||
_vehicle addMagazineTurret [_ammo,_turret];
|
||||
player removeMagazine _ammo;
|
||||
format[localize "str_player_ammo_successful",_ammoType] call dayz_rollingMessages;
|
||||
} else {
|
||||
format[localize "str_player_ammo_fail",_text] call dayz_rollingMessages;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user