30.12.2011, 15:47
Hey all,
I'm workin on an include at the moment and have a problem.
In this include I'm using OnDialogResponse. So i put this under the callback
in the include:
But this is buggy with OnDialogResponse in my Main-Script. Some functions don't work then.
If i don't include my Include , everything works perfect.
Can anyone help me?
Greetings
I'm workin on an include at the moment and have a problem.
In this include I'm using OnDialogResponse. So i put this under the callback
in the include:
Код:
#if defined _ALS_OnDialogResponse #undef OnDialogResponse #else #define _ALS_OnDialogResponse #endif #define OnDialogResponse achievements_OnDialogResponse forward achievements_OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]);
If i don't include my Include , everything works perfect.
Can anyone help me?
Greetings