mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
revert test of gui3dcooldown
This commit is contained in:
parent
98403ae921
commit
2bb0326e4e
Binary file not shown.
@ -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"";";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -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+";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user