Mattman998 Posted March 8, 2017 Report Share Posted March 8, 2017 I've Finally made a server and can load in but whenever i finally get in, i just go to a black screen and i can click 'esc' and see the controls for the epoch, i'm guessing my DB isn't loading in but i'm not seeing any errors for the DB Here's my report : http://pastebin.com/YLXfjN4e Link to comment Share on other sites More sharing options...
0 He-Man Posted March 8, 2017 Report Share Posted March 8, 2017 Seems your server is not complete loaded. Have you tried it one or two minutes later again? And you have a wrong syntax in your "adminMenu_Owner"-Array in epochnah.hpp: 9:59:06 Error in expression < = []; { _skn_adminUIDArray pushBack(_x select 0); _skn_adminNAMEArray pushBack(> 9:59:06 Error position: <select 0); _skn_adminNAMEArray pushBack(> Check the example in the bottom of this file: adminMenu_Owner[] = { {"STEAMID64","ADMINNAME1"}, {"STEAMID64","ADMINNAME2"}, {"STEAMID64","ADMINNAME3"} //<- No comma on the last entry }; Have you changed any other settings / scripts? Link to comment Share on other sites More sharing options...
0 Mattman998 Posted March 8, 2017 Author Report Share Posted March 8, 2017 7 minutes ago, He-Man said: Seems your server is not complete loaded. Have you tried it one or two minutes later again? And you have a wrong syntax in your "adminMenu_Owner"-Array in epochnah.hpp: 9:59:06 Error in expression < = []; { _skn_adminUIDArray pushBack(_x select 0); _skn_adminNAMEArray pushBack(> 9:59:06 Error position: <select 0); _skn_adminNAMEArray pushBack(> Check the example in the bottom of this file: adminMenu_Owner[] = { {"STEAMID64","ADMINNAME1"}, {"STEAMID64","ADMINNAME2"}, {"STEAMID64","ADMINNAME3"} //<- No comma on the last entry }; Have you changed any other settings / scripts? Actually just got it figured out where the antihack_addActionCheck = "true"; // false to disable addAction checks adminMenu_Owner[] = { {"YourID","YourName"} I Didn't have the "{" around it all only " so it caused my server to not even load lol, smallest things cause it too not load crazy Link to comment Share on other sites More sharing options...
Question
Mattman998
I've Finally made a server and can load in but whenever i finally get in, i just go to a black screen and i can click 'esc' and see the controls for the epoch, i'm guessing my DB isn't loading in but i'm not seeing any errors for the DB
Here's my report : http://pastebin.com/YLXfjN4e
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now