Actions Done

This commit is contained in:
icomrade
2016-02-29 10:45:53 -05:00
parent a47c3dc137
commit b667d01c1c
27 changed files with 1958 additions and 1094 deletions

View File

@@ -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"];
};