Posts: 1,072
Threads: 168
Joined: Aug 2012
Reputation:
0
What is easiest to use? zcmd or strcmp?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Your reasoning is wrong. You should be judging by what is right, not by what is easy.
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
ZCMD is easier, faster and simply overall better than strcmp is many ways. Don't bother 'learning strcmp' if you haven't yet - you'd be better of learning ZCMD.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
I agree with MP2. There's no reason to use the old strcmp method for making commands. ZCMD (or even YCMD) are the easiest to use and learn. Not to mention, the speed each of those have compared to strcmp is outstanding.
I'll admit that I never learned strcmp-style commands and to this day still don't know how to do it!
Posts: 309
Threads: 58
Joined: Mar 2012
Reputation:
0
Overall, ZCMD is easier to use. It's also the fastest command processor out there. Don't be lazy, ZCMD can be learned in a day in my opinion.
Posts: 1,072
Threads: 168
Joined: Aug 2012
Reputation:
0
But it would take ages for me to learn it lol and not to talk about converting the GM to zcmd