revert test of gui3dcooldown

This commit is contained in:
vbawol 2015-10-14 09:05:16 -05:00
parent 98403ae921
commit 2bb0326e4e
3 changed files with 7 additions and 7 deletions

View File

@ -3698,7 +3698,7 @@ class CfgVehicles
position = "Door_knopf";
radius = 3;
condition = "this getVariable [""EPOCH_Locked"",true]";
statement = "EPOCH_lockStorage_PVS = [this,false,player,Epoch_personalToken]; publicVariableServer ""EPOCH_lockStorage_PVS""; [getpos this, 5, 5] call Epoch_gui3DCooldown;";
statement = "EPOCH_lockStorage_PVS = [this,false,player,Epoch_personalToken]; publicVariableServer ""EPOCH_lockStorage_PVS"";";
};
class Pack
{
@ -3707,7 +3707,7 @@ class CfgVehicles
position = "Door_knopf";
radius = 3;
condition = "this getVariable [""EPOCH_Locked"",true]";
statement = "EPOCH_packStorage_PVS = [this,player,Epoch_personalToken]; publicVariableServer ""EPOCH_packStorage_PVS""; [getpos this, 5, 5] call Epoch_gui3DCooldown;";
statement = "EPOCH_packStorage_PVS = [this,player,Epoch_personalToken]; publicVariableServer ""EPOCH_packStorage_PVS"";";
};
};
};
@ -3737,7 +3737,7 @@ class CfgVehicles
position = "Door_knopf";
radius = 3;
condition = "(this getVariable[""EPOCH_secStorParent"", objNull]) getVariable [""EPOCH_Locked"",true]";
statement = "EPOCH_lockStorage_PVS = [this,false,player,Epoch_personalToken]; publicVariableServer ""EPOCH_lockStorage_PVS""; [getpos this, 5, 5] call Epoch_gui3DCooldown;";
statement = "EPOCH_lockStorage_PVS = [this,false,player,Epoch_personalToken]; publicVariableServer ""EPOCH_lockStorage_PVS"";";
};
class Pack
{
@ -3746,7 +3746,7 @@ class CfgVehicles
position = "Door_knopf";
radius = 3;
condition = "(this getVariable[""EPOCH_secStorParent"", objNull]) getVariable [""EPOCH_Locked"",true]";
statement = "EPOCH_packStorage_PVS = [this,player,Epoch_personalToken]; publicVariableServer ""EPOCH_packStorage_PVS""; [getpos this, 5, 5] call Epoch_gui3DCooldown;";
statement = "EPOCH_packStorage_PVS = [this,player,Epoch_personalToken]; publicVariableServer ""EPOCH_packStorage_PVS"";";
};
};
};
@ -5096,7 +5096,7 @@ class CfgVehicles
position = "Door_knopf";
radius = 3;
condition = "this == this";
statement = "EPOCH_lockStorage_PVS = [this,true,player,Epoch_personalToken]; publicVariableServer ""EPOCH_lockStorage_PVS""; [getpos this, 5, 5] call Epoch_gui3DCooldown;";
statement = "EPOCH_lockStorage_PVS = [this,true,player,Epoch_personalToken]; publicVariableServer ""EPOCH_lockStorage_PVS"";";
};
};
};
@ -5123,7 +5123,7 @@ class CfgVehicles
position = "Door_knopf";
radius = 3;
condition = "this == this";
statement = "EPOCH_lockStorage_PVS = [this,true,player,Epoch_personalToken]; publicVariableServer ""EPOCH_lockStorage_PVS""; [getpos this, 5, 5] call Epoch_gui3DCooldown;";
statement = "EPOCH_lockStorage_PVS = [this,true,player,Epoch_personalToken]; publicVariableServer ""EPOCH_lockStorage_PVS"";";
};
};
};

View File

@ -812,7 +812,7 @@ _skn_code_antihack = compileFinal ("
_addCase = addMissionEventHandler ['Draw3D', {}];
removeMissionEventHandler ['Draw3D',0];
if (_addCase > 1) then {
if (_addCase > 0) then {
[format['MEH: Draw3D %1',_addCase],0] call "+_sknBanANDSleep+";
};