#1

can anyone explain me what this actually does?

Код:
#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
i don't really understand
Reply
#2

Adds dcmd.
Reply
#3

thank you Mikep now i understand everything about dcmd

no, i mean how does the code work?
i see numbers in it.. %1, %2 and %3 ... what do they do there?
Reply
#4

Yeah I know lol.

%1 blabla carries over parameters, like

#define IsPlayerNotAdmin(%1) !IsPlayerAdmin(%1)

I think.
Reply
#5

should i just accept the code and not-understand it?
Reply
#6

yes
Reply
#7

Thats what I do.
Reply
#8

why should i use dcmd? they say it's faster, but isn't a normal command fast enough?
Reply
#9

Check my tutorial about dcmd and sscanf and click on more info. You'll get your answer.
Reply
#10

Quote:
Originally Posted by FUNExtreme
Check my tutorial about dcmd and sscanf and click on more info. You'll get your answer.
thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)