mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
just set once
This commit is contained in:
parent
f49def0c47
commit
5d814a9442
@ -1430,11 +1430,11 @@ _skn_admincode = compileFinal ("
|
||||
if ("+_skn_tg_godMode+") then {
|
||||
['God Mode',2] call "+_skn_adminLog_PVC+";
|
||||
player setVariable ['EPOCH_gm_enabled',true,true];
|
||||
[true, {EPOCH_GMODE = _this}] remoteExec ['call', player];
|
||||
waitUntil {
|
||||
player setBleedingRemaining 0;
|
||||
player setOxygenRemaining 1;
|
||||
player allowDamage false;
|
||||
[true, {EPOCH_GMODE = _this}] remoteExec ['call', player];
|
||||
uiSleep 0.25;
|
||||
!"+_skn_tg_godMode+"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user