/kick & /ban don't show the reason
#8

You must make a timer for 1000 sec like this

this put in your code kick then add the public

pawn Код:
SetTimerEx("KickPublic",1000,0,"d",giveplayerid);
here's the public
pawn Код:
forward KickPublic(playerid);
public KickPublic(playerid)
{
    Kick(playerid);
}
also you can use that for ban or just make a banpublic and inside the banpublic put Ban(playerid). This should work pretty god I use it.
Reply


Messages In This Thread
/kick & /ban don't show the reason (SOLVED) - by JamesMc - 01.05.2015, 13:32
Re: /kick & /ban don't show the reason - by Alpay0098 - 01.05.2015, 13:41
Re: /kick & /ban don't show the reason - by JamesMc - 01.05.2015, 13:43
Re: /kick & /ban don't show the reason - by Alpay0098 - 01.05.2015, 13:45
Re: /kick & /ban don't show the reason - by Dragony92 - 01.05.2015, 13:45
Re: /kick & /ban don't show the reason - by JamesMc - 01.05.2015, 13:48
Re: /kick & /ban don't show the reason - by Mencent - 01.05.2015, 13:59
Re: /kick & /ban don't show the reason - by Luca12 - 01.05.2015, 14:00
Re: /kick & /ban don't show the reason - by Mencent - 01.05.2015, 14:02
Re: /kick & /ban don't show the reason - by Luca12 - 01.05.2015, 14:03

Forum Jump:


Users browsing this thread: 1 Guest(s)