30.01.2013, 12:59
Obviously there just isn't enough time for the dialog to be returned to the player before he is kicked.
I've had a similar issues before, such as creating a 'SetPlayerBlankScreen' or 'Blind' function for Banning & Kicking.
Then when using the following together..
In most cases SetPlayerBlankScreen simply doesn't have enough time to do it's thing before the kick.
I've had a similar issues before, such as creating a 'SetPlayerBlankScreen' or 'Blind' function for Banning & Kicking.
Then when using the following together..
pawn Код:
SetPlayerBlankScreen(playerid);
Kick(playerid);