Localization updates

Some localization updates and some code optimization.
This commit is contained in:
oiad
2016-07-17 22:23:25 +12:00
parent d47d887a66
commit 3d75c67574
23 changed files with 188 additions and 179 deletions

View File

@@ -24,9 +24,9 @@ if (_unit == player) then {
PVDZ_Server_LogIt = format["Player %1 exited a vehicle(%2) close to buildable object as %3",_unit, (typeof _vehicle), _position];
publicVariableServer "PVDZ_Server_LogIt";
"Unable to exit vehicle too close to buildables objects" call dayz_rollingMessages;
localize "STR_EPOCH_PLAYER_322" call dayz_rollingMessages;
};
};
diag_log format["%1 - %2 - %3",_vehicle,_position,_unit];
diag_log format["%1 - %2 - %3",_vehicle,_position,_unit];