Server Flood? Solution
#4

The above solutions are useless, youre getting these bots joining your server, therefor OnPlayerConnect is called.
All you need is this (which i use): https://sampforum.blast.hk/showthread.php?tid=320649
Include it, then add

Код:
public OnPlayerFloodControl(playerid, iCount, iTimeSpan) {
	if(iCount > 2 && iTimeSpan < 8000) {
		Ban(playerid);
	}
}
in your gamemode code, and you're safe.
Reply


Messages In This Thread
Server Flood? Solution - by MarwanCartman - 27.04.2015, 20:27
Re: Server Flood? Solution | REP ++ - by Crystallize - 27.04.2015, 20:30
Re: Server Flood? Solution | REP ++ - by Jake187 - 28.04.2015, 03:34
Re: Server Flood? Solution | REP ++ - by Evocator - 28.04.2015, 04:05
Re : Re: Server Flood? Solution | REP ++ - by davidpolak59 - 28.04.2015, 20:34

Forum Jump:


Users browsing this thread: 2 Guest(s)