option to disable R3F weight system

This commit is contained in:
[VB]AWOL
2014-01-31 17:26:04 -06:00
parent de81f06c05
commit 2e3cd47924
2 changed files with 7 additions and 1 deletions

View File

@@ -689,6 +689,10 @@ if(!isDedicated) then {
if(isNil "DZE_requireplot") then {
DZE_requireplot = 1;
};
if(isNil "DZE_R3F_WEIGHT") then {
DZE_R3F_WEIGHT = true;
};
DZE_AntiWallCounter = 0;

View File

@@ -2,4 +2,6 @@ if (isServer) then {
waitUntil{dayz_preloadFinished};
};
_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";
};