SendClientMessage on /kick doesn't work
#2

Replace:
pawn Код:
SetTimerEx("KickEx",10000,0,"i",targetid);
Kick(targetid);
to:
pawn Код:
SetTimerEx("KickEx",10000,0,"i",targetid);
That's why you use the timer, so it will call kick the player delayed and the messages will be shown.
Reply


Messages In This Thread
Bug: /ban is crashing the server/rcon - by Zmith - 17.05.2015, 21:41
Re: SendClientMessage on /kick doesn't work - by Konstantinos - 17.05.2015, 21:44
Re: SendClientMessage on /kick doesn't work - by Zmith - 17.05.2015, 22:08
Re: SendClientMessage on /kick doesn't work - by Konstantinos - 17.05.2015, 22:13
Re: SendClientMessage on /kick doesn't work - by Zmith - 18.05.2015, 01:19

Forum Jump:


Users browsing this thread: 1 Guest(s)