Ban help
#4

Quote:
Originally Posted by lulo356
Посмотреть сообщение
The player thats banned see still only Server Close Connection
Thats because he gets banned before the message is sent.. Set a timer every time you kick/ban a player

pawn Код:
SetTimerEx("BanPlayer",100,false,"d", playerid); // Use this instead of ban(playerid)

forward BanPlayer(playerid);
public BanPlayer(playerid)
{
    Ban(playerid);
}
or replace "ban(playerid);" with "kick(playerid);" if you're kicking ( not banning ) them..
Reply


Messages In This Thread
Ban help - by lulo356 - 12.12.2013, 23:08
Re: Ban help - by Deduction - 12.12.2013, 23:38
Re: Ban help - by lulo356 - 13.12.2013, 12:57
Re: Ban help - by xVIP3Rx - 13.12.2013, 13:00
Re: Ban help - by lulo356 - 13.12.2013, 13:33
Re: Ban help - by SilentSoul - 13.12.2013, 13:38
Re: Ban help - by xVIP3Rx - 13.12.2013, 13:47
Re: Ban help - by lulo356 - 13.12.2013, 14:33
Re: Ban help - by lulo356 - 13.12.2013, 20:45
Re: Ban help - by xVIP3Rx - 13.12.2013, 20:56

Forum Jump:


Users browsing this thread: 1 Guest(s)