Delay kick question
#1

Ok, I built this IP ban system(not the issue here) but I just want to know if there is a way to delay the default ban check. Let me get into details.

PHP код:
//say I have this command
CMD:ban(playerid)
{
ban(playerid); // the default way of banning. SAMP way
return 1;

The original way stated above will add the players IP address to a file called samp.ban or something of this sort. Now once a player connects with the IP that was stored they get kicked immediately as they successfully connect to the server, I want to know if there is a way to delay this kick for at least 10 seconds?
Reply


Messages In This Thread
Delay kick question - by Leaky - 05.02.2019, 04:02
Re: Delay kick question - by Pottus - 05.02.2019, 04:24
Re: Delay kick question - by Leaky - 05.02.2019, 04:42
Re: Delay kick question - by Exhibit - 05.02.2019, 05:28
Re: Delay kick question - by DaniceMcHarley - 06.02.2019, 17:09
Re: Delay kick question - by Pottus - 06.02.2019, 19:52
Re: Delay kick question - by Pottus - 06.02.2019, 20:35

Forum Jump:


Users browsing this thread: 1 Guest(s)