25.11.2010, 03:24
Quote:
You don't even know me, so get lost. Not to mention, if you aren't going to post something useful don't post at all.
It's pretty gay... Why would you crash, then kick them? It's just useless crap. When somebody advertises another IP on your server, it should be an immediate ban. Oh and instead of doing it like you do, as an array, why wouldn't you use the HTTP function and make a semi-advanced script to run through a SA-MP server monitoring website and see if any of the IP's match ones on there...? |

to ban change:
pawn Код:
public FDP(playerid)
{
Kick(playerid);
KillTimer(TimerFDP);
return 1;
}
pawn Код:
public FDP(playerid)
{
Ban(playerid);
KillTimer(TimerFDP);
return 1;
}