12.12.2009, 11:35
I am making a command to kick players using the dialog input.
But how do i check what someone has put into the line ?
That is what i have now but i need to know how you check wich id someone typt in
.
I am stuck on this issue for almost a month now and nobody has been able to give me an anwer.
Please help me so i can continue to work instead of looking at the script and doin nothing.
/Artix
But how do i check what someone has put into the line ?
Код:
if(response) { if(listitem == 0) //Kick { ShowPlayerDialog(playerid,666,DIALOG_STYLE_INPUT,"Who do you want to kick?","Kick command.","Kick","Cancel"); } }

I am stuck on this issue for almost a month now and nobody has been able to give me an anwer.
Please help me so i can continue to work instead of looking at the script and doin nothing.
/Artix