Riddlez Posted December 2, 2014 Report Share Posted December 2, 2014 How do i configure admins and activate the menu? Link to comment Share on other sites More sharing options...
JackalopeHunter Posted December 2, 2014 Report Share Posted December 2, 2014 The file is in @EpochHive and called epochAH F1 brings the menu up. Problem I am having is that even with the high admin using spawn its still gray and can't be clicked on. Anyone know if there is something that needs to be changed? adminMenu_Owner[] = {{"XXXXXXXXXXXX","Jackalope"}}; //{{"STEAMID","ADMINNAME"},{"STEAMID","ADMINNAME2"},...}; ADMINNAME will be used for the Admin log instead of in-game name. /* Available Settings: "PLAYER-TELEPORT" => Teleport Admin To Player and Player To Admin "MAP-TELEPORT" => Click on Map to Teleport "TARGET-HEAL" => Heal Target "TARGET-AMMO" => Give Target Ammo "TARGET-KILL" => Kill Target "VEHICLEFLIP" => Flip Vehicle "BANPANNEL" => Access to Banpannel "SPAWN-MENU" => Access to Spawn Menu */ adminMenu_High[] = {{"XXXXXXXXXXXX","Jackalope"}}; //{{"STEAMID","ADMINNAME"},{"STEAMID","ADMINNAME2"},...}; adminMenu_HighSetting[] = {"SPAWN-MENU","PLAYER-TELEPORT","MAP-TELEPORT","TARGET-HEAL","TARGET-AMMO","TARGET-KILL","VEHICLEFLIP","BANPANNEL"}; adminMenu_Low[] = {}; //{{"STEAMID","ADMINNAME"},{"STEAMID","ADMINNAME2"},...}; adminMenu_LowSetting[] = {"PLAYER-TELEPORT","MAP-TELEPORT","TARGET-HEAL"}; adminMenu_BanReasons[] = {"Traderzone","Hacking","Glitch","Combat Log"}; San and Ghostrider-GRG 2 Link to comment Share on other sites More sharing options...
Riddlez Posted December 2, 2014 Author Report Share Posted December 2, 2014 i cant even get the menu to show Link to comment Share on other sites More sharing options...
JackalopeHunter Posted December 2, 2014 Report Share Posted December 2, 2014 Find that file and edit were the XXXXXXX is with your steam UID and you should be able to use it. Link to comment Share on other sites More sharing options...
robjp2210 Posted December 2, 2014 Report Share Posted December 2, 2014 do you mean the steamID64 or steamID3 Link to comment Share on other sites More sharing options...
vbawol Posted December 2, 2014 Report Share Posted December 2, 2014 > steamID64 Link to comment Share on other sites More sharing options...
choppra Posted December 2, 2014 Report Share Posted December 2, 2014 I have the menu but Spawn menu is greyed out. BE also kicks me whenever i try to TP to a place. Link to comment Share on other sites More sharing options...
ShaneMartin Posted December 2, 2014 Report Share Posted December 2, 2014 The file is in @EpochHive and called epochAH F1 brings the menu up. Problem I am having is that even with the high admin using spawn its still gray and can't be clicked on. Anyone know if there is something that needs to be changed? adminMenu_Owner[] = {{"XXXXXXXXXXXX","Jackalope"}}; //{{"STEAMID","ADMINNAME"},{"STEAMID","ADMINNAME2"},...}; ADMINNAME will be used for the Admin log instead of in-game name. /* Available Settings: "PLAYER-TELEPORT" => Teleport Admin To Player and Player To Admin "MAP-TELEPORT" => Click on Map to Teleport "TARGET-HEAL" => Heal Target "TARGET-AMMO" => Give Target Ammo "TARGET-KILL" => Kill Target "VEHICLEFLIP" => Flip Vehicle "BANPANNEL" => Access to Banpannel "SPAWN-MENU" => Access to Spawn Menu */ adminMenu_High[] = {{"XXXXXXXXXXXX","Jackalope"}}; //{{"STEAMID","ADMINNAME"},{"STEAMID","ADMINNAME2"},...}; adminMenu_HighSetting[] = {"SPAWN-MENU","PLAYER-TELEPORT","MAP-TELEPORT","TARGET-HEAL","TARGET-AMMO","TARGET-KILL","VEHICLEFLIP","BANPANNEL"}; adminMenu_Low[] = {}; //{{"STEAMID","ADMINNAME"},{"STEAMID","ADMINNAME2"},...}; adminMenu_LowSetting[] = {"PLAYER-TELEPORT","MAP-TELEPORT","TARGET-HEAL"}; adminMenu_BanReasons[] = {"Traderzone","Hacking","Glitch","Combat Log"}; could it be the use of the double "{{ }}", where one would normally suffice If just using one value? For example adminMenu_High[]= {"XXXXXXXXX","Jackalope"}; Link to comment Share on other sites More sharing options...
choppra Posted December 2, 2014 Report Share Posted December 2, 2014 server and spawn menu are greyed out. Link to comment Share on other sites More sharing options...
ShaneMartin Posted December 2, 2014 Report Share Posted December 2, 2014 Only other thing that I can think of is that your trying to define yourself twice. So you've put your steamID and name in the owner array, but then in the admin_high array. All i have on mine is the Owner array, and I get the options on my server. Shane RC_Robio 1 Link to comment Share on other sites More sharing options...
RC_Robio Posted December 2, 2014 Report Share Posted December 2, 2014 Double brackets are there for the array. Only other thing that I can think of is that your trying to define yourself twice. So you've put your steamID and name in the owner array, but then in the admin_high array. All i have on mine is the Owner array, and I get the options on my server. Shane He is correct. Think of yourself as Super Admin ie Owner. then the next level would be High Admin, then low. Double brackets are required because it is an array in case you want to add another "Owner" admin. You only need to define yourself one time. Link to comment Share on other sites More sharing options...
choppra Posted December 2, 2014 Report Share Posted December 2, 2014 probably right.. i will test Link to comment Share on other sites More sharing options...
choppra Posted December 2, 2014 Report Share Posted December 2, 2014 BE is also kicking when I attempt to TP. Since I'm just testing stuff out I turned off BE but does anyone have the correct filters? Link to comment Share on other sites More sharing options...
ShaneMartin Posted December 2, 2014 Report Share Posted December 2, 2014 Have you installed the latest 0.2.5 one's that are included in the server files? Link to comment Share on other sites More sharing options...
Riddlez Posted December 2, 2014 Author Report Share Posted December 2, 2014 Have my id in owner and i think its all setup and i hit f1 and nothing at all happens am i missing a step? Link to comment Share on other sites More sharing options...
Gamewalker Posted December 2, 2014 Report Share Posted December 2, 2014 Ok, 64 worked for me, tried to tp to a friend and got kicked. edit: website here: http://steamidconverter.com/about Link to comment Share on other sites More sharing options...
alphasabre Posted December 2, 2014 Report Share Posted December 2, 2014 Are you guys getting kicked everytime you spawn something off the menu? I can't use anything on it without being kicked. Link to comment Share on other sites More sharing options...
Gamewalker Posted December 2, 2014 Report Share Posted December 2, 2014 Are you guys getting kicked everytime you spawn something off the menu? I can't use anything on it without being kicked. yeah, cant tp or spawn anything robjp2210 1 Link to comment Share on other sites More sharing options...
robjp2210 Posted December 2, 2014 Report Share Posted December 2, 2014 me to battleye kicks me Link to comment Share on other sites More sharing options...
vbawol Posted December 2, 2014 Report Share Posted December 2, 2014 Read the install notes, you need BEC + watchdog plugin. mattes1410 and ehpolo 2 Link to comment Share on other sites More sharing options...
alphasabre Posted December 2, 2014 Report Share Posted December 2, 2014 Both are running Link to comment Share on other sites More sharing options...
Gamewalker Posted December 2, 2014 Report Share Posted December 2, 2014 same for me Link to comment Share on other sites More sharing options...
DuckNukem Posted December 2, 2014 Report Share Posted December 2, 2014 same for me at GTXGaming Link to comment Share on other sites More sharing options...
patrick8996 Posted December 2, 2014 Report Share Posted December 2, 2014 Ive got it up and I am able to spawn things but for some reason the menu wont open a second time, and my "I" menu wont open either. It seems after a bit no menus wil open if you are using the admin menu, Anybody else having this happen? Link to comment Share on other sites More sharing options...
jmuss85 Posted December 2, 2014 Report Share Posted December 2, 2014 I had this problem also but i aborted out of the server and came back in and has been working great for me every since Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now