OnIncomingConnection - BlockIpAdress bug - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: OnIncomingConnection - BlockIpAdress bug (
/showthread.php?tid=521613)
OnIncomingConnection - BlockIpAdress bug -
scott1 - 23.06.2014
I hope i will get an beta tester, or kalcor's answer
There is a bug whith this
Code:
public OnIncomingConnection(playerid, ip_address[], port)
{
BlockIpAddress(ip_address, 0);
return 1;
}
The slot is already used by the blocked ip, when the slot is free, an another fake ip take it, we block it ....
So whe can't do anything.
Make something, or give us the ability to block ip before it use the slot
Max
Re: OnIncomingConnection - BlockIpAdress bug -
scott1 - 24.06.2014
Up
Max