18.01.2012, 22:30
EDIT: Then you forgot to add again a { or just add a return again.
Ex:
Ex:
PHP код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == number)
{
if(response)
{
//code
}
return 1;
}
return 1;
}