Server Closed the Connection
#10

Remove the following and tell me what you get.
Commenting them out with /* and */ will be safer instead of actually removing them.
pawn Code:
if(strcmp(ban_s, ConnIP, false) == 0 && exceed == 1 )
    {
        Same_IP++;
        if(Same_IP > SAME_IP_CONNECT)
        {
            Ban(playerid);
            Same_IP=0;
            format(string, sizeof(string), "%s a primit ban pentru bot flood!", playername);
            SendAdminBroadcast(string);
        }
    }
    else
    {
        Same_IP=0;
    }
Reply


Messages In This Thread
Server Closed the Connection - by Walkie - 11.12.2013, 18:36
Re: Server Closed the Connection - by MahdiGames - 11.12.2013, 18:41
Re: Server Closed the Connection - by Walkie - 11.12.2013, 18:51
Re: Server Closed the Connection - by EmilLykke - 11.12.2013, 18:55
Re: Server Closed the Connection - by StuartD - 11.12.2013, 19:02
Re: Server Closed the Connection - by MahdiGames - 11.12.2013, 19:17
Re: Server Closed the Connection - by StuartD - 11.12.2013, 19:35
Re: Server Closed the Connection - by Walkie - 12.12.2013, 10:06
Re: Server Closed the Connection - by Walkie - 12.12.2013, 11:34
Re: Server Closed the Connection - by Deduction - 12.12.2013, 11:42

Forum Jump:


Users browsing this thread: 1 Guest(s)