19.08.2012, 04:11
Those are just macros so that the scripter can easily change the database info without looking everywhere in the script.
For example.
Will be
when you compile the script.
For example.
pawn Код:
#define NERD 1337
new int = 2 * NERD;
pawn Код:
new int = 2 * 1337;