Posts: 944
Threads: 77
Joined: Dec 2010
Reputation:
0
Okay, the problem is, pretty simple:
When i have Zcmd commands it disables all commands that are dcmd, how to fix that?
Posts: 3,304
Threads: 58
Joined: Sep 2008
Reputation:
0
Simply: You don't. ZCMD basically disables the OnPlayerCommandText callback.
Posts: 746
Threads: 81
Joined: Aug 2010
Reputation:
0
No either convert all your DCMD cmd to zcmd or vice versa, why not just use zcmd? Easy converting
Posts: 944
Threads: 77
Joined: Dec 2010
Reputation:
0
Its not easy if you got 100+ commands and must convert them all...
Posts: 1,535
Threads: 90
Joined: Feb 2010
Reputation:
0
use the replace function (Ctrl + H) and then replace "dcmd_" with "CMD:"
Posts: 780
Threads: 58
Joined: Jan 2011
Reputation:
0
Yes i agree with aircombat.