Quote:
Originally Posted by Gabe
You know that all
pawn Код:
#define COMMAND:%1(%2) forward cmd_%1(%2); \ zcount++; \ public cmd_%1(%2)
Does is search the entire script for every instance of "COMMAND:%1(%2)"
And replace it with "forward cmd_%1(%2);
zcount++;
public cmd_%1(%2)"
|
Yes i really know that, but it's not like i'm going to add Cmds++ on every CMD: public....