27.04.2013, 17:25
Quote:
Considering you are at the start of creating your own gamemode. Highly suggest you to be using a professional and a fast command processor, in your case, your command processor is very slow.
|
The difference here is that when you type a command without ZCMD, it has to compare your command with every other command available. But when you do use something like ZCMD, it directly calls the correct command without comparing it to all the other commands. If there's only one command to compare, using just strcmp is a lot quicker than ZCMD.