Timer Help
#6

thats because when u do the function "Kick(playerid)" it is placed at top priority and is executed first so dialog dont show up
so solution is timer---
pawn Код:
forward KickPlayer(playerid);//on top
KickPlayer(playerid)//on top
{
Kick(playerid);
return 1;
}
/*================================*/
SetTimerEx("KickPlayer",100,false,"i",playerid);//in ban/kick command after the ShowDialogLine
Reply


Messages In This Thread
Timer Help - by MORJAN1122 - 23.04.2014, 16:40
Re: Timer Help - by BizzyD - 23.04.2014, 16:41
Re: Timer Help - by MORJAN1122 - 23.04.2014, 16:43
Re: Timer Help - by MORJAN1122 - 23.04.2014, 16:49
Re: Timer Help - by MORJAN1122 - 23.04.2014, 17:00
Re: Timer Help - by BroZeus - 23.04.2014, 17:07

Forum Jump:


Users browsing this thread: 1 Guest(s)