dcmd - How does it work?
#1

I know it's a kinda stupid question but how does all of this code make a command work?

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
And how is dcmd and zcmd faster than using strcmp? Thanks for your help
Reply


Messages In This Thread
dcmd - How does it work? - by Agent Smith - 20.07.2010, 08:26
Re: dcmd - How does it work? - by kLx - 20.07.2010, 08:50
Re: dcmd - How does it work? - by iJumbo - 20.07.2010, 08:52

Forum Jump:


Users browsing this thread: 1 Guest(s)