24.07.2012, 15:33
Your cmd define looks a bit off. Try this:
Probably not a reason, figured I'd just point it out. Otherwise, (pretty sure DCMD isn't an include, so why include it?) I have nothing to tell you.
pawn Код:
#define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (dcmd_%1(playerid, "")))||(((%3)[(%2) + 1] == 32) && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1