To change #define with one command.
#7

dont work, #define Debug false is never changed.

if i made

#if Debug == false
#undef Debug
#define Debug true
SendClientMessage(playerid, COLOR_WHITE, "open");
#else
#undef Debug
#define Debug false
SendClientMessage(playerid, COLOR_WHITE, "close");
#endif

it's always "open" and nothing.

for test in gm if i puts directly #define Debug true. it work
Reply


Messages In This Thread
To change #define with one command. - by nico005 - 17.05.2009, 02:27
Re: To change #define with one command. - by JaYmE - 17.05.2009, 02:32
Re: To change #define with one command. - by Badger(new) - 17.05.2009, 02:35
Re: To change #define with one command. - by ICECOLDKILLAK8 - 17.05.2009, 02:50
Re: To change #define with one command. - by hazdog - 17.05.2009, 03:03
Re: To change #define with one command. - by JaYmE - 17.05.2009, 03:21
Re: To change #define with one command. - by nico005 - 17.05.2009, 04:30
Re: To change #define with one command. - by Badger(new) - 17.05.2009, 11:23
Re: To change #define with one command. - by ICECOLDKILLAK8 - 17.05.2009, 11:28
Re: To change #define with one command. - by Badger(new) - 17.05.2009, 13:06

Forum Jump:


Users browsing this thread: 2 Guest(s)