Error response.
#1

line: HouseOnDialogResponse(playerid, dialogid, response, listitem, inputtext[]);

error : error 029: invalid expression, assumed zero
Reply
#2

Hi,

Can you show me your script or error line?
Reply
#3

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
HouseOnDialogResponse(playerid, dialogid, response, listitem, inputtext[]);

return 0;
}
Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)