28.09.2009, 17:00
#include is when you "add" a include to your script look for the dutils include to fix this
#define is when you set example a word a speciffic value like #define TEAM_GROVE 1
Then if you type TEAM_GROVE later it will automaticly change it to 1 when compiled. This can make it alot easier to keep count on lots of teams for a TDM server
Editted: Typo
#define is when you set example a word a speciffic value like #define TEAM_GROVE 1
Then if you type TEAM_GROVE later it will automaticly change it to 1 when compiled. This can make it alot easier to keep count on lots of teams for a TDM server
Editted: Typo