24.07.2016, 08:35
How can detect only text entered into the input box by the player?
Код HTML:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(isnull(inputtext)) return 1;
return 1;
}

