Posts: 35
Threads: 18
Joined: Apr 2013
Reputation:
0
Is it possible to use both zcmd and strcmp ?? Because I have alot of both types and I don't want to convert them...
Posts: 190
Threads: 28
Joined: Jul 2013
Reputation:
0
It is possible because the stcmp commands go in the OnPlayerCommandText public and zcmd commands go outside of that. But however, it's not recommended to use both together.