Advertisement
infiSTAR23

Mod Admin Powers

Apr 28th, 2014
4,936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.46 KB | None | 0 0
  1. Old  and for Arma2, but might still help:
  2.  
  3. Hey,
  4. open up your AH.sqf and  ctrl+f search for "SuperAdmin_MENU =" (without quotations).
  5. It will look like
  6.     SuperAdmin_MENU =
  7.     {
  8.         adminadd = adminadd + ["  Teleport Player To Me",admint2me,"0","0","0","1",[0,0.8,1,1]];
  9.         .... MORE
  10.     };
  11. That is the SuperAdmin_Menu. Go more down and you can see the normal and low admin Menu.
  12. Now you should be able to figure out very fast how to change the powers :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement