01.10.2016, 00:06
I've a problem while using DelayKick well i don't see any messages before i kick the player
Should i send the client the message then sendclientmessagetoall next,because i'm sure sending it to all the player should see it too
PHP код:
case LDialog:
{
new string[120];
if(!response) {
format(string,sizeof(string),"[SERVER]: %s(%d) has been kicked from the server.",GetName(playerid));
SendClientMessageToAll(-1,string);
DelayedKick(playerid);
return 1;
}