Advertisement
TheGamingChief

Untitled

Jun 11th, 2015
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2. //Copyright © 2014 Random Gamers //
  3. //Copyright © 2014 Brandan
  4. //
  5. //Using This File Or editing with out following ArmA Public License (APL) protocols is against United States Federal Law as the same with International Copyright Laws.//
  6. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  7.  
  8. if(!X_Server) exitWith {};
  9.  
  10. //Admin menu access levels
  11. helper = [
  12. "00000000", //Name
  13. "00000000" //Name
  14. ];
  15. publicVariable "helper";
  16.  
  17. mod1 = [
  18. "00000000", //Name
  19. "00000000", //Name
  20. "00000000" //Name
  21. ];
  22. publicVariable "mod1";
  23.  
  24. mod2 = [
  25. "00000000", //Name
  26. "00000000" //Name
  27. ];
  28. publicVariable "mod2";
  29.  
  30. admin = [
  31. "76561198119755723", //DrConnors
  32. "76561198114959361", //Chaos
  33. "76561198120272887", //Tripark
  34. "76561198097876667", //Phantom
  35. "76561198086431122" // nrbears
  36. ];
  37. publicVariable "admin";
  38.  
  39. developer = [
  40. "76561198162828161", //Silco
  41. "76561198122962728", //GamingChief"
  42. ];
  43. publicVariable "developer";
  44.  
  45. owner = [
  46. "76561198082538397", //Ultima
  47. "76561198082978364", //Silco
  48. "76561198096599829", //Burns
  49. ];
  50. owner "serverAdministrators";
  51. publicVariable "owner";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement