mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
processed locally
This commit is contained in:
parent
f49def0c47
commit
b62a029d66
@ -1434,12 +1434,12 @@ _skn_admincode = compileFinal ("
|
|||||||
player setBleedingRemaining 0;
|
player setBleedingRemaining 0;
|
||||||
player setOxygenRemaining 1;
|
player setOxygenRemaining 1;
|
||||||
player allowDamage false;
|
player allowDamage false;
|
||||||
[true, {EPOCH_GMODE = _this}] remoteExec ['call', player];
|
EPOCH_GMODE = true;
|
||||||
uiSleep 0.25;
|
uiSleep 0.25;
|
||||||
!"+_skn_tg_godMode+"
|
!"+_skn_tg_godMode+"
|
||||||
};
|
};
|
||||||
player allowDamage true;
|
player allowDamage true;
|
||||||
[nil, {EPOCH_GMODE = _this}] remoteExec ['call', player];
|
EPOCH_GMODE = nil;
|
||||||
player setVariable ['EPOCH_gm_enabled',false,true];
|
player setVariable ['EPOCH_gm_enabled',false,true];
|
||||||
} else {
|
} else {
|
||||||
['God Mode',1] call "+_skn_adminLog_PVC+";
|
['God Mode',1] call "+_skn_adminLog_PVC+";
|
||||||
|
Loading…
Reference in New Issue
Block a user