Help (#endif)
#6

#if is used alot in includes,like:
#if !defined Color_White
#define Color_White -1
#endif
So here,in some includes,if you don't define color white,it will define it automatically and end the if!
So same for filterscript:
#if defined FILTERSCRIPT
public onfilterscript init bla bla bla
#else (if not)
public ongamemode init bla bla bla
#endif
Reply


Messages In This Thread
Help (#endif) - by SukMathcuck - 30.08.2015, 08:58
Re: Help (#endif) - by Sellize - 30.08.2015, 09:01
Re: Help (#endif) - by iZN - 30.08.2015, 09:04
Re: Help (#endif) - by SukMathcuck - 30.08.2015, 09:10
Re: Help (#endif) - by Fancy - 30.08.2015, 09:16
Re: Help (#endif) - by Roberto80 - 30.08.2015, 10:46

Forum Jump:


Users browsing this thread: 4 Guest(s)