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

error 004: function "reglog_OnDialogResponse" is not implemented

code
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) {
return reglog_OnDialogResponse(playerid, dialogid, response, listitem, inputtext);
}

#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[]);
#endif
wtf is this ?
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: 1 Guest(s)