30.06.2014, 23:27
Quote:
|
@Slash : Then give us a logical explaination to the fact mcmd is slower than zcmd for example :
• mcmd skips a huge part of SAMP's default command processing • mcmd doesn't interact with the pawn but directly with the server • zcmd uses OnPlayerCommandText when mcmd doesn't If you can give me one which could be correct, then I'd start to believe what you say. |
"mcmd doesn't interact with the pawn but directly with the server" is bullshit. This plugin is supposed to do something with the user's input, right? Which means it is interaction with the amx runtime.
"zcmd uses OnPlayerCommandText when mcmd doesn't": so what? It's still accessing the runtime.
"mcmd skips a huge part of SAMP's default command processing": samp doesn't do anything but call a single callback; this isn't heavy or very time-consuming.


