10.08.2016, 23:07
PHP код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 2)
{
if(!response) // Wrote nothing
if(!strcmp("Hi", inputtext)) //have wrote Hi
//Have wrote something else
}
return 0;
}