15.05.2010, 14:00
Hello! I am making dialog administration but i made mistake. If in dialog of kick i write "Hello" it kicks ID 0. What is the wrong?
Код:
if(!strlen(inputtext))
{
SendClientMessage(playerid,COLOR_RED,"You must type a number!");
ShowPlayerDialog(playerid,303,DIALOG_STYLE_INPUT,"Kick","You must type the a number !\nType the ID to kick.","Select","Cancel");
return 1;
}

