20.05.2014, 08:20
Make sure that the public OnDialogResponse returns 0;
Like this:
Like this:
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
//code here
return 0;
}