Posts: 569
Threads: 105
Joined: Mar 2011
Reputation:
0
where best to use? I was told that this includes "zcmd" is intended to speed up the execution of commands, even more than the DCMD. In fact, use the CallLocalFunction to perform a function
Posts: 222
Threads: 18
Joined: Mar 2011
Reputation:
0
ZCMD is more fast and easy to use than STRCMP or DCMD..even YCMD..
Posts: 569
Threads: 105
Joined: Mar 2011
Reputation:
0
Thanks..
You can link to the download please?
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
I understand that this has already been answered.
HOWEVER; strcmp, although commonly used with commands, is NOT a command processor. In my opinion, although widely used, should never be considered as one. It is slow, and messy. However, that is just my personal opinion. ZCMD is better out of the two the OP suggested, however - I would at least consider YCMD over ZCMD.
Posts: 569
Threads: 105
Joined: Mar 2011
Reputation:
0
how can I make a command /me, with zcmd ?