27.01.2011, 20:08
Is there a really simple way to count ZCMD commands? Since ZCMD uses some defines to transform them into public.
I tried many ways, but giving me errors.
This is what a zcmd commands starts
Any idea how can i insert a Var++ into that? So it counts the commands ?
I tried many ways, but giving me errors.
This is what a zcmd commands starts
pawn Код:
#define COMMAND:%1(%2) forward cmd_%1(%2); \
public cmd_%1(%2)