09.03.2011, 16:20
DCMD aren't like publics - once again, you have no idea about what you're talking about "Mean."
Furthermore, for ZCMD, ZCMD has a callback that is called prior to the command being executed, you could parse the data in THAT callback.
For DCMD, you can still use the cmdtext within the OnPlayerCommandText callback, or you can alternatively create another string and use strcat to copy the string data - you're better off finding & replacing the strings though (i.e: Replace "params" to "cmdtext" - if that's what you want).
Furthermore, for ZCMD, ZCMD has a callback that is called prior to the command being executed, you could parse the data in THAT callback.
For DCMD, you can still use the cmdtext within the OnPlayerCommandText callback, or you can alternatively create another string and use strcat to copy the string data - you're better off finding & replacing the strings though (i.e: Replace "params" to "cmdtext" - if that's what you want).
