DCMD download link
#1

Hi,
i'm searching for DCMD,
i know it's slow etc etc...
but i really need it, can anyone give me a download link?
Reply
#2

https://sampwiki.blast.hk/wiki/Dcmd

pawn Code:
#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
Reply
#3

Since when was it slow?

but yeah, you can try zcmd, it most definitely is not slow.
Reply
#4

already tried define, wont work.
i need dcmd for another inc
Reply
#5

anyone?
Reply
#6

There is no download for dcmd..
Reply
#7

damn,
thanks
Reply
#8

Quote:
Originally Posted by svorpyx
Hi,
i'm searching for DCMD,
i know it's slow etc etc...
but i really need it, can anyone give me a download link?
It's not slow it's like the second or third fastest, faster than usual strcmp commands.
Reply
#9

yes, but i just need the inc...
Reply
#10

Neither is there an inc.
The only thing you need for dcmd is this define:
pawn Code:
#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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)