TrunksBLN Posted December 3, 2014 Report Share Posted December 3, 2014 Well guys. I don´t get it. My Line in epochAH.hpp look like this adminMenu_Owner[] = {}; //{{"76561XXXXXXXXXXXXX","[bLR] Butters"},{"STEAMID","ADMINNAME2"},...}; ADMINNAME will be used for the Admin log instead of in-game name. But when i press F1 after i login via command code in direct chat (#login PW) nothing happens... What is my fault? Link to comment Share on other sites More sharing options...
flow0815 Posted December 3, 2014 Report Share Posted December 3, 2014 You have to do: adminMenu_Owner[] = {{{"76561XXXXXXXXXXXXX","[bLR] Butters"}}; //{{"76561XXXXXXXXXXXXX","[bLR] Butters"},{ instead of adminMenu_Owner[] = {}; //{{"76561XXXXXXXXXXXXX","[bLR] Butters"},{ You added your code behind // which is just a comment ;) Link to comment Share on other sites More sharing options...
Darth_Rogue Posted December 3, 2014 Report Share Posted December 3, 2014 You have to do: adminMenu_Owner[] = {{{"76561XXXXXXXXXXXXX","[bLR] Butters"}}; //{{"76561XXXXXXXXXXXXX","[bLR] Butters"},{ instead of adminMenu_Owner[] = {}; //{{"76561XXXXXXXXXXXXX","[bLR] Butters"},{ You added your code behind // which is just a comment ;) You've got an extra { bracket in there in the front. Make sure there are two {{ at the front of the admin list and two }} at the end of the admin list, and one },{ between each admin. Any more and any less will make it not work. It should look like this: adminMenu_Owner[] = {{"********","admin1"},{"********","admin2"},{"********","admin3"}}; //{{"STEAMID","ADMINNAME"},{"STEAMID","ADMINNAME2"},...}; ADMINNAME will be used for the Admin log instead of in-game name. Flens and TrunksBLN 2 Link to comment Share on other sites More sharing options...
TrunksBLN Posted December 3, 2014 Report Share Posted December 3, 2014 Thanks Guys.. It works fine! Link to comment Share on other sites More sharing options...
calamity Posted December 3, 2014 Report Share Posted December 3, 2014 admin tool seems working great except teleport. I have no players to test tp to player or player to me. but how do I tp myself somewhere on the map. it says CTRL click map this does nothing for me.. Link to comment Share on other sites More sharing options...
Mugzy Posted December 3, 2014 Report Share Posted December 3, 2014 admin tool seems working great except teleport. I have no players to test tp to player or player to me. but how do I tp myself somewhere on the map. it says CTRL click map this does nothing for me.. Double click the CTRL click line. It will turn green, then you can hold down ctrl and click on the map on the right side of the screen. Double click it again to turn it off. calamity 1 Link to comment Share on other sites More sharing options...
casy Posted December 3, 2014 Report Share Posted December 3, 2014 i have a nitrado server and i have this problem i was kick wen admin tool klick spwan a car and other Link to comment Share on other sites More sharing options...
calamity Posted December 3, 2014 Report Share Posted December 3, 2014 Double click the CTRL click line. It will turn green, then you can hold down ctrl and click on the map on the right side of the screen. Double click it again to turn it off. thankz.... Link to comment Share on other sites More sharing options...
PetuniaEpoch Posted December 3, 2014 Report Share Posted December 3, 2014 Hey, you're issue may be related to this? - me, when I change the .txt battleye rules, the files get overwritten on reboots :S i have a nitrado server and i have this problem i was kick wen admin tool klick spwan a car and other Link to comment Share on other sites More sharing options...
flow0815 Posted December 3, 2014 Report Share Posted December 3, 2014 You've got an extra { bracket in there in the front. Make sure there are two {{ at the front of the admin list and two }} at the end of the admin list, and one },{ between each admin. Any more and any less will make it not work. It should look like this: adminMenu_Owner[] = {{"********","admin1"},{"********","admin2"},{"********","admin3"}}; //{{"STEAMID","ADMINNAME"},{"STEAMID","ADMINNAME2"},...}; ADMINNAME will be used for the Admin log instead of in-game name. ups sorry. was a typo... Link to comment Share on other sites More sharing options...
psychosis Posted December 4, 2014 Report Share Posted December 4, 2014 Do I need watchdog+BEC to use admin panel ? If I use to run server with battleye and autorestarts with my utility. p.s. sorry.googletranslate) Link to comment Share on other sites More sharing options...
flow0815 Posted December 4, 2014 Report Share Posted December 4, 2014 If you do not use BEC you will have to add rules manually but if you use BEC you will be kicked also. So at this time of development i personally would not reccomend to use BEC on publicvar.txt Link to comment Share on other sites More sharing options...
spezio1904 Posted January 17, 2015 Report Share Posted January 17, 2015 How can i enable Server menu in admin panel? It's gray! Link to comment Share on other sites More sharing options...
nedfox Posted January 17, 2015 Report Share Posted January 17, 2015 Don't list your ID in more then one place. 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