A few questions about MySQL
#3

Those are just macros so that the scripter can easily change the database info without looking everywhere in the script.

For example.
pawn Код:
#define     NERD    1337

new int = 2 * NERD;
Will be
pawn Код:
new int = 2 * 1337;
when you compile the script.
Reply


Messages In This Thread
A few questions about MySQL - by P<3TS - 19.08.2012, 00:35
Re: A few questions about MySQL - by Speed++ - 19.08.2012, 00:36
Re: A few questions about MySQL - by ReneG - 19.08.2012, 04:11

Forum Jump:


Users browsing this thread: 2 Guest(s)