mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 09:32:02 +03:00
Update variables.sqf
This commit is contained in:
@@ -437,7 +437,9 @@ if (!isDedicated) then {
|
|||||||
DZE_ENGLISH = 0;
|
DZE_ENGLISH = 0;
|
||||||
DZE_GERMAN = 1;
|
DZE_GERMAN = 1;
|
||||||
DZE_HOTKEYS = [[DZE_ENGLISH,"STR_EPOCH_ENGLISH"], [DZE_GERMAN,"STR_EPOCH_GERMAN"]];
|
DZE_HOTKEYS = [[DZE_ENGLISH,"STR_EPOCH_ENGLISH"], [DZE_GERMAN,"STR_EPOCH_GERMAN"]];
|
||||||
DZE_KEYBOARD = profileNamespace getVariable ["keyboardLayout", 0];
|
local _language = DZE_ENGLISH;
|
||||||
|
if (localize "STR_EPOCH_TUT_BUILD" == "Bauen") then {_language = DZE_GERMAN};
|
||||||
|
DZE_KEYBOARD = profileNamespace getVariable ["keyboardLayout", _language];
|
||||||
DZE_LEFT_HANDED = profileNamespace getVariable ["leftHanded", false];
|
DZE_LEFT_HANDED = profileNamespace getVariable ["leftHanded", false];
|
||||||
DZE_Q = false;
|
DZE_Q = false;
|
||||||
DZE_Z = false;
|
DZE_Z = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user