Add Admins and Configure Access - noxsicarius/Epoch-Admin-Tools GitHub Wiki

  1. Get the PID of the admin.
  2. Pick what access you want your admin to have - Admin or Moderator (Mod). You can view/edit commands and access in admintools/AdminToolsMain.sqf.
  3. Place the PID in the chosen section of your admintools/AdminList.sqf.
  4. To disable access to certain commands for Admins (including yourself) or Mods, simply comment out the command you want to disable by placing // at the beginning of the line.

Important: Take note of how the array's commas are used in the AdminList.sqf. The last string in the array should not have a comma. Noncompliance will cause the Admin Menu to break.