28.10.2018, 12:05
yes.
the /ban command works, but if player get's banned by system, his ban saves inside mysql but he doesn't get kicked.
PHP код:
forward DelayedBan(player_banned);
public DelayedBan(player_banned)
{
Kick(player_banned);
return 1;
}