Added Zepheris as admin to server
This commit is contained in:
parent
9c5f67409c
commit
5ea4d43d0c
@ -2,7 +2,7 @@
|
|||||||
antihack_Enabled = "true"; // built-in Anti-Hack
|
antihack_Enabled = "true"; // built-in Anti-Hack
|
||||||
antihack_maxTravelDistance = 30; // anti-teleport max travel distance
|
antihack_maxTravelDistance = 30; // anti-teleport max travel distance
|
||||||
antihack_TPcenterDistance = 30; // anti-teleport distance from start
|
antihack_TPcenterDistance = 30; // anti-teleport distance from start
|
||||||
antihack_cfgPatchesCheck = "true"; // cfgPatches (AddOn Check)
|
antihack_cfgPatchesCheck = "false"; // cfgPatches (AddOn Check)
|
||||||
antihack_PVSPrefix = "EPAH_"; // used to help whitelist pveh variables in BE without BEC and watchdog, leave blank to use no prefix.
|
antihack_PVSPrefix = "EPAH_"; // used to help whitelist pveh variables in BE without BEC and watchdog, leave blank to use no prefix.
|
||||||
antihack_cfgPatchesMode[] = {2}; // 0 == BAN - 1 = LOG, 2 = KICK
|
antihack_cfgPatchesMode[] = {2}; // 0 == BAN - 1 = LOG, 2 = KICK
|
||||||
antihack_ahInitAuthCfg[] = {0,180}; // 0 == BAN - 1 = LOG, 60 = ban or log if anti hack is not started in 180 seconds
|
antihack_ahInitAuthCfg[] = {0,180}; // 0 == BAN - 1 = LOG, 60 = ban or log if anti hack is not started in 180 seconds
|
||||||
@ -22,9 +22,9 @@ antihack_checkFilesNew[] = { //script check, leave it blank to disable it
|
|||||||
{"epoch_code\compile\setup\EPOCH_client_rejectPlayer.sqf", "EPOCH_client_rejectPlayer"},
|
{"epoch_code\compile\setup\EPOCH_client_rejectPlayer.sqf", "EPOCH_client_rejectPlayer"},
|
||||||
{"epoch_code\compile\setup\EPOCH_clientRespawn.sqf", "EPOCH_clientRespawn"}
|
{"epoch_code\compile\setup\EPOCH_clientRespawn.sqf", "EPOCH_clientRespawn"}
|
||||||
};
|
};
|
||||||
antihack_addActionCheck = "true"; // false to disable addAction checks
|
antihack_addActionCheck = "false"; // false to disable addAction checks
|
||||||
antihack_antiTeleportCheck = "true"; // false to disable antiTeleport checks
|
antihack_antiTeleportCheck = "false"; // false to disable antiTeleport checks
|
||||||
adminMenu_Owner[] = {};
|
adminMenu_Owner[] = {{"76561198031039372","Zepheris"}};
|
||||||
adminMenu_OwnerSetting[] = {
|
adminMenu_OwnerSetting[] = {
|
||||||
"ESP-PLAYER",
|
"ESP-PLAYER",
|
||||||
"ESP-VEHICLE",
|
"ESP-VEHICLE",
|
||||||
@ -52,7 +52,7 @@ adminMenu_OwnerSetting[] = {
|
|||||||
"SPAWN-MENU",
|
"SPAWN-MENU",
|
||||||
"FREE-CAM",
|
"FREE-CAM",
|
||||||
"INVISIBLE",
|
"INVISIBLE",
|
||||||
// "SPAWNLOOT",
|
"SPAWNLOOT",
|
||||||
"GODMODE",
|
"GODMODE",
|
||||||
"HEAL",
|
"HEAL",
|
||||||
"VEHICLEREPAIR"
|
"VEHICLEREPAIR"
|
||||||
|
Loading…
Reference in New Issue
Block a user