Kick/Ban Don't appear
#3

You need to set a timer before kicking,as Kick command has more priority than others,so it will ignore a message if you have it before the Kick();
For example
pawn Код:
forward KickMsg(playerid);
public KickMsg(playerid)
{
  Kick(playerid);
  return 1;
}
//THen set a timer after sending a msg
//Sending some msg here when kicking
SetTimerEx("KickMsg", 1000, false, "i", playerid);//kicking him after the msg- 1 second delay to show the msg
Reply


Messages In This Thread
Kick/Ban Don't appear - by Eliminator - 14.12.2013, 13:33
Re: Kick/Ban Don't appear - by Akira297 - 14.12.2013, 13:36
Re: Kick/Ban Don't appear - by Tagathron - 14.12.2013, 13:39
Re: Kick/Ban Don't appear - by BizzyD - 14.12.2013, 13:55
Re: Kick/Ban Don't appear - by DaniceMcHarley - 14.12.2013, 16:15

Forum Jump:


Users browsing this thread: 1 Guest(s)