Let the Reason shows after kicked
#5

You can add something like this:
pawn Код:
// command
KickEx(PlayerToKick);
// stock
stock KickEx(playerid)
{
    SetTimerEx("KickTimer", 500, false, playerid, "i");
    return 1;
}

public KickTimer(playerid)
{
      Kick(playerid);
      return 1;
}
Reply


Messages In This Thread
Let the Reason shows after kicked - by Tuntun - 25.11.2013, 10:54
Re: Let the Reason shows after kicked - by dominik523 - 25.11.2013, 10:56
AW: Let the Reason shows after kicked - by Blackazur - 25.11.2013, 10:57
Re: Let the Reason shows after kicked - by Tuntun - 25.11.2013, 10:58
Re: Let the Reason shows after kicked - by dominik523 - 25.11.2013, 11:08
Re: Let the Reason shows after kicked - by Tuntun - 25.11.2013, 11:17
Re: Let the Reason shows after kicked - by dominik523 - 25.11.2013, 11:19

Forum Jump:


Users browsing this thread: 3 Guest(s)