error 004: function "x" is not implemented
#5

meanwhile, try this code
Код:
#if defined _ALS_OnDialogResponse
#undef OnDialogResponse
#else
#define _ALS_OnDialogResponse
#endif

#define OnDialogResponse reglog_OnDialogResponse
#if defined reglog_OnDialogResponse
forward reglog_OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]);
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) {
return reglog_OnDialogResponse(playerid, dialogid, response, listitem, inputtext);
}
#endif
Reply


Messages In This Thread
error 004: function "x" is not implemented - by RakeDW - 29.01.2018, 17:47
Re: error 004: function "x" is not implemented - by Mugala - 29.01.2018, 20:03
Re: error 004: function "x" is not implemented - by RakeDW - 29.01.2018, 20:23
Re: error 004: function "x" is not implemented - by Mugala - 29.01.2018, 20:27
Re: error 004: function "x" is not implemented - by Mugala - 29.01.2018, 20:30

Forum Jump:


Users browsing this thread: 2 Guest(s)