Quote:
Originally Posted by Gabe
pawn Код:
#define COMMAND:%1(%2) forward cmd_%1(%2); \ zcount++; \ public cmd_%1(%2)
Might work ( I am not sure how the code outside of the functions are run), but you should really use ******'s scripting fuctions to get the count.
|
Yeah tried even that, even putting it into { } ( ) < >, gave me couple of errors. Even using return Cmds++;
Same.
I can't reallay use ycmds's count system since it is really god damn complicated.