03.02.2009, 12:30
That's an opinion, not a fact :P. I find the regular strcmp version easier, personally.
I like knowing Exactly how everything works.
That is Not how I role (lol) ^. Plus it means you didn't completely make the script yourself, which feels like a real bummer to me. And I find it easier to find bugs in script that you make yourself.
I like knowing Exactly how everything works.
pawn Код:
#define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1