"you are banned from this server"
#1

So I have a problem with my server.

So let's say its regular day, players roleplaying, having fun and then someone gets a timeout.

When this player gets a timeout its like 50% chance that he gets the message

"You are banned from this server".

This player then has to relog 2-5 times to be able to log in again.

How can I fix this?
Reply
#2

Restart your Internet modem.
Reply
#3

pawn Code:
#if defined DEBUG_MODE
    public OnIncomingConnection( playerid, ip_address[ ], port ) {
        SendRconCommand( "reloadbans" );
    }
#endif
The theory was that reloading bans on a connection would work. It did for me previously, don't know anymore. I use it only for debugging.

I wouldn't recommend it on a production server. My players relog regardless and never report such an issue to me. I don't think you should be concerned too much about this, every server encounters the issue.
Reply
#4

Quote:
Originally Posted by Lorenc_
View Post
pawn Code:
#if defined DEBUG_MODE
    public OnIncomingConnection( playerid, ip_address[ ], port ) {
        SendRconCommand( "reloadbans" );
    }
#endif
The theory was that reloading bans on a connection would work. It did for me previously, don't know anymore. I use it only for debugging.

I wouldn't recommend it on a production server. My players relog regardless and never report such an issue to me. I don't think you should be concerned too much about this, every server encounters the issue.
Good Answer, +1
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)