Posts: 283
Threads: 67
Joined: Jun 2015
Hello Guys.
My current gamemode is on default cmd (ONPLAYERCOMMANDTEXT), And Today i tried to use ZCMD too. but when ZCMD is included, Only ZCMD commands are working, and not another.
Thanks for help.
Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
You have to convert every CMD you used with the callback 'OnPlayerCommandText' to ZCMD.
Posts: 283
Threads: 67
Joined: Jun 2015
Quote:
Originally Posted by saffierr
You have to convert every CMD you used with the callback 'OnPlayerCommandText' to ZCMD.
|
its too hard. is there another way?
Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
If you want to update to ZCMD (which I highly recommend), there's unfortunately no other alternative.
Posts: 637
Threads: 23
Joined: Feb 2013
Reputation:
0
Just put your other commands in another FS
Hard? each command will take approximately 20 seconds.