Posts: 87
Threads: 26
Joined: Jan 2012
Reputation:
0
(I'm A Begginer Scripter)
I'm Asking why most of people using the STRCMP and They don't use DCMD and thesse things....?
I Posted a Post before about use STRCMP they told me that STRCMP isn't good at all and DCMD and thesse things are better 100% times but when I Looked at the Posts Many people use STRCMP Why?
And Can I know The Difference between them?
Thanks.....
Posts: 490
Threads: 78
Joined: Jul 2011
Reputation:
0
ZCMD and others are much faster, I think.
Posts: 5,314
Threads: 12
Joined: Aug 2010
Reputation:
0
The basic difference is speed.
With so many better options (like ycmd and zcmd), there are still people who use strcmp, but I do not know why ...
Posts: 949
Threads: 153
Joined: Jan 2012
Reputation:
0
Because they're old methods. People didn't know better (the other systems hadn't been developed yet), so they used other things.. Things such as 256 cell strings were fine back when we didn't know different.
Posts: 390
Threads: 119
Joined: Feb 2012
Reputation:
0
Well for example I am using clean strcmp (string compile)
well strcmp is most realiable.
Why so?
Well other commands such as DCMD and ZCMD and so on showed off multiple memory crashes. This is not common problem with Pawno but there are some chances that they come.
ZCMD and so on are faster reading but as I said there can be memory problems with it. Use strcmp, that's my advice.
Posts: 87
Threads: 26
Joined: Jan 2012
Reputation:
0
Good Thing, But I need another Scripter use DCMD and so..... to Reply on you ? Because I'm Begginer Scripter....
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
If you only need a few commands that are without parameters, I recommend using strcmp. Otherwise, use ZCMD, YCMD, or even rCMD. It takes a long time to convert your script from strcmp to a different command processer, that's one of the reasons people don't change their command processer.
Posts: 87
Threads: 26
Joined: Jan 2012
Reputation:
0
But I made a Post before about this and Someone told me that Some CMDS can't be done without YCMD and ZCMD and thesse things...is this right?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Everything that can be done in DCMD/YCMD/ZCMD can be done using conventional methods, although it will require A LOT more code and it will be harder to maintain.