Full server but players can still connect
#4

You're using NPCs? I had got the same problem a time ago, I think that is caused by FNPC plugin.

I have solved the problem with that:
pawn Код:
public OnIncomingConnection(playerid, ip_address[], port)
{
    if(!IsPlayerNPC(playerid) && playerid > MAX_PLAYERS-1) {
        Kick(playerid);
        BlockIpAddress(ip_address, 5000);
    }
    return 1;
}
Reply


Messages In This Thread
Full server but players can still connect - by mooman - 08.04.2016, 17:21
Re: Full server but players can still connect - by iKevin - 08.04.2016, 17:44
Re: Full server but players can still connect - by mooman - 08.04.2016, 18:06
Re: Full server but players can still connect - by connork - 08.04.2016, 18:42
Re: Full server but players can still connect - by mooman - 09.04.2016, 05:40
Re: Full server but players can still connect - by iKevin - 09.04.2016, 05:46
Re: Full server but players can still connect - by connork - 09.04.2016, 22:54
Re: Full server but players can still connect - by xPhantom - 09.04.2016, 23:04
Re: Full server but players can still connect - by mooman - 10.04.2016, 16:31

Forum Jump:


Users browsing this thread: 3 Guest(s)