03.05.2014, 18:45
just use a timer
pawn Код:
else
{
SendClientMessage(playerid, -1, "You Choosed The Cancel Option , Have a nice day outsite!");
SetTimer("kick", 1000, false); // and make the timer to kick the player
}

