How to make an include?
#1

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:
Код:
#if defined _ALS_OnDialogResponse
    #undef OnDialogResponse
#else
    #define _ALS_OnDialogResponse
#endif
#define OnDialogResponse achievements_OnDialogResponse
forward achievements_OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]);
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
Reply


Messages In This Thread
How to make an include? - by Zcelo12 - 30.12.2011, 15:47
Re: How to make an include? - by Ash. - 30.12.2011, 15:51
AW: How to make an include? - by Zcelo12 - 30.12.2011, 16:03
Re: AW: How to make an include? - by Ash. - 30.12.2011, 16:13
AW: How to make an include? - by Zcelo12 - 30.12.2011, 17:32
Re: How to make an include? - by Ash. - 30.12.2011, 17:34
Re: How to make an include? - by Guest9328472398472 - 30.12.2011, 17:34
Re: How to make an include? - by Ash. - 30.12.2011, 17:40

Forum Jump:


Users browsing this thread: 1 Guest(s)