05.02.2019, 04:02
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.
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?
PHP код:
//say I have this command
CMD:ban(playerid)
{
ban(playerid); // the default way of banning. SAMP way
return 1;
}