Jump to content
  • 0

In-Game Black screen


Mattman998

Question

2 answers to this question

Recommended Posts

  • 0

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:

  1. 9:59:06 Error in expression <  = [];
  2. {
  3. _skn_adminUIDArray pushBack(_x select 0);
  4. _skn_adminNAMEArray pushBack(>
  5.  9:59:06   Error position: <select 0);
  6. _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

  • 0
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:

  1. 9:59:06 Error in expression <  = [];
  2. {
  3. _skn_adminUIDArray pushBack(_x select 0);
  4. _skn_adminNAMEArray pushBack(>
  5.  9:59:06   Error position: <select 0);
  6. _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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...