mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
Actions Done
This commit is contained in:
@@ -18,8 +18,7 @@ if (_ammo != "") then {
|
||||
_vehicle removeMagazineTurret [_ammo,_turret];
|
||||
_vehicle addMagazineTurret [_ammo,_turret];
|
||||
player removeMagazine _ammo;
|
||||
|
||||
cutText [format[(localize "str_epoch_player_127"),_ammoType], "PLAIN DOWN"];
|
||||
cutText [format [localize "str_player_ammo_successful",_ammoType], "PLAIN DOWN"];
|
||||
} else {
|
||||
cutText [format[(localize "str_epoch_player_128"),_text], "PLAIN DOWN"];
|
||||
cutText [format [localize "str_player_ammo_fail",_text], "PLAIN DOWN"];
|
||||
};
|
||||
Reference in New Issue
Block a user