Added Zepheris as admin to server

This commit is contained in:
Zepheris 2020-10-29 00:36:45 -06:00
parent 9c5f67409c
commit 5ea4d43d0c

View File

@ -2,7 +2,7 @@
antihack_Enabled = "true"; // built-in Anti-Hack
antihack_maxTravelDistance = 30; // anti-teleport max travel distance
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_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
@ -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_clientRespawn.sqf", "EPOCH_clientRespawn"}
};
antihack_addActionCheck = "true"; // false to disable addAction checks
antihack_antiTeleportCheck = "true"; // false to disable antiTeleport checks
adminMenu_Owner[] = {};
antihack_addActionCheck = "false"; // false to disable addAction checks
antihack_antiTeleportCheck = "false"; // false to disable antiTeleport checks
adminMenu_Owner[] = {{"76561198031039372","Zepheris"}};
adminMenu_OwnerSetting[] = {
"ESP-PLAYER",
"ESP-VEHICLE",
@ -52,7 +52,7 @@ adminMenu_OwnerSetting[] = {
"SPAWN-MENU",
"FREE-CAM",
"INVISIBLE",
// "SPAWNLOOT",
"SPAWNLOOT",
"GODMODE",
"HEAL",
"VEHICLEREPAIR"