To change #define with one command.
#4

pawn Код:
if(strcmp(cmd, "/debug", true) == 0)
{
  #if Debug == true
  #undef Debug
  #define Debug false
  #else
  #undef Debug
  #define Debug true
  #endif
}
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: 1 Guest(s)