Mattman998 0 Report post 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 Quote Share this post Link to post Share on other sites
0 He-Man 422 Report post 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? Quote Share this post Link to post Share on other sites
0 Mattman998 0 Report post 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 Quote Share this post Link to post Share on other sites
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
Share this post
Link to post
Share on other sites