Dialog Response.
#1

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;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)