Posts: 87
Threads: 24
Joined: Jan 2013
Reputation:
0
hey. What more good for CMD SYSTEM.
Sa-mp commands system or zCMD AND WHY?
Posts: 949
Threads: 153
Joined: Jan 2012
Reputation:
0
YCMD/ZCMD because they're highly optimized, and doing so using "sa-mp commands system" is oldschool, and generally horribly inefficient. It's like using strtok over sscanf when sscanf is a LOT faster than strtok, but you still choose to use strtok out of laziness / lack of will-power to learn.
Posts: 87
Threads: 24
Joined: Jan 2013
Reputation:
0
You mean Y/ZCMD More fast?
Posts: 949
Threads: 153
Joined: Jan 2012
Reputation:
0
Yes. YCMD is faster with more commands, ZCMD is a little slower with more commands than ZCMD, and strcmp ("sa-mp commands system") is very slow compared to both of them.