16.01.2013, 14:38
It is in fact possible to use both zcmd and strcmp as command processors, zcmd has a callback named OnPlayerCommandRecieved which has the same parameters and behavior as OnPlayerCommandText. To come to a conclusion change OnPlayerCommandText to OnPlayerCommandRecieved if you want to both use zcmd and strcmp commands.