15.09.2015, 21:51
PHP код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == DIALOG_BASE)
{
if(response)
{
if(listitem == 0)
{
}
if(listitem == 1)
{
}
}
}
return 1;
}