No Entry To The Server

nomadhawksnomadhawks Join Date: 2005-06-30 Member: 55020Members
<div class="IPBDescription">entry</div>
i was wondering what caused this i cant seem to fix this

<a href='http://dvclan.net/album_pic.php?pic_id=20' target='_blank'>http://dvclan.net/album_pic.php?pic_id=20</a>
sample pic of error

Comments

  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    Dunno, reserved slots perhaps? <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused-fix.gif' border='0' style='vertical-align:middle' alt='confused-fix.gif' /><!--endemo-->
  • Lt_PatchLt_Patch Join Date: 2005-02-07 Member: 40286Members
    Looks more like an AMX plugin to stop non-tagged players from joining the server.

    Solution:
    Find another server...
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->if (result & 1) client_cmd(id,_T("echo ^"* Invalid Password!^""))
     if (result & 2) {
     
    #if !defined NO_STEAM
    client_cmd(id,_T("echo ^"* You have no entry to the server...^";%s"),g_cmdLoopback)
    #else
       client_cmd(id,_T("echo ^"* You have no entry to the server...^";disconnect"))<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
    Either an invalid password or no Steam according to this code.
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    Here's another possibility I found on another forum
    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->... it's what's displayed to players when they try to join the server using the default "NSPlayer" name.<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
  • nomadhawksnomadhawks Join Date: 2005-06-30 Member: 55020Members
    well i cant find another server becuase it's our clan server after i reformated i dont have access to the server
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    I assume you hame AMX/X installed then, and all that's necessary is getting your access back.
  • nomadhawksnomadhawks Join Date: 2005-06-30 Member: 55020Members
    yeah i did that i put the setinfo_pw "" in an autoexec.cfg but it still doesent even let me start to load the server i get kicked
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    Do you have AMX, AMXX, or AdminMod installed?
  • nomadhawksnomadhawks Join Date: 2005-06-30 Member: 55020Members
  • nomadhawksnomadhawks Join Date: 2005-06-30 Member: 55020Members
    i would like to say thastnks to everybody for trying to help me and i thank you for furthur help
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    Dont need a setinfo password blah in amxx

    Go into users.cfg in the amxx/configs folder and do this:

    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->"STEAM_0:0:XXXXXX" "" "abcdefghijklmnopqrstuz" "ce"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->]

    Restart server, and you have full access.
  • nomadhawksnomadhawks Join Date: 2005-06-30 Member: 55020Members
    yeah but would it stop kicking me before i even get into the server
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    If you have full access it should let you in np.
  • nomadhawksnomadhawks Join Date: 2005-06-30 Member: 55020Members
    hey thanks all i guess ther was some curruption in amxx we had to reinstall it and then it worked thanks all for the help
Sign In or Register to comment.