28.10.2016, 08:49
So, I tried using ZCMD. The reason why I avoid the use zcmd is that when I add a command using zcmd, the other commands that used strcmp (Actually, all of the commands in the script use strcmp) won't work. It'll say that it's an unknown command. I think it's on the return that's making the problem. Should I add return 0 on the end of OnPlayerCommandText or on the end of the zcmd command?

