Posts: 168
Threads: 115
Joined: Jul 2010
Reputation:
0
line: HouseOnDialogResponse(playerid, dialogid, response, listitem, inputtext[]);
error : error 029: invalid expression, assumed zero
Posts: 96
Threads: 15
Joined: Feb 2016
Reputation:
0
Hi,
Can you show me your script or error line?
Posts: 168
Threads: 115
Joined: Jul 2010
Reputation:
0
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
HouseOnDialogResponse(playerid, dialogid, response, listitem, inputtext[]);
return 0;
}
Posts: 96
Threads: 15
Joined: Feb 2016
Reputation:
0
Well, Returning 0 in this callback will pass the dialog to another script in case no matching code were found in your gamemode's callback, try to return ;1