localization #1

This commit is contained in:
Zac Surplice
2013-11-06 16:37:51 +11:00
parent c87df96724
commit 7e2b6febd0
39 changed files with 665 additions and 73 deletions

View File

@@ -25,7 +25,7 @@ if ((count _intersectsWith) > 0) then {
} forEach _intersectsWith;
if(_activated) then {
diag_log format["Player Wall glitched %1 - player: %2 vehicle:%4", player,_playerPos,_vehiclePos];
cutText ["You have been crushed between two objects.", "PLAIN DOWN"];
cutText [(localize "str_epoch_player_9"), "PLAIN DOWN"];
_id = [player,"bled"] spawn player_death;
};