mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
option to disable R3F weight system
This commit is contained in:
@@ -689,6 +689,10 @@ if(!isDedicated) then {
|
|||||||
if(isNil "DZE_requireplot") then {
|
if(isNil "DZE_requireplot") then {
|
||||||
DZE_requireplot = 1;
|
DZE_requireplot = 1;
|
||||||
};
|
};
|
||||||
|
if(isNil "DZE_R3F_WEIGHT") then {
|
||||||
|
DZE_R3F_WEIGHT = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
DZE_AntiWallCounter = 0;
|
DZE_AntiWallCounter = 0;
|
||||||
|
|
||||||
|
|||||||
@@ -2,4 +2,6 @@ if (isServer) then {
|
|||||||
waitUntil{dayz_preloadFinished};
|
waitUntil{dayz_preloadFinished};
|
||||||
};
|
};
|
||||||
_id = [] execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
_id = [] execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||||
_void = [] execVM "\z\addons\dayz_code\external\R3F_Realism\R3F_Realism_Init.sqf";
|
if (DZE_R3F_WEIGHT) then {
|
||||||
|
_void = [] execVM "\z\addons\dayz_code\external\R3F_Realism\R3F_Realism_Init.sqf";
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user