Dcmd dont work after zcmd - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Dcmd dont work after zcmd (
/showthread.php?tid=250079)
Dcmd dont work after zcmd -
Markx - 21.04.2011
Okay, the problem is, pretty simple:
When i have Zcmd commands it disables all commands that are dcmd, how to fix that?
Re: Dcmd dont work after zcmd -
Hiddos - 21.04.2011
Simply: You don't. ZCMD basically disables the OnPlayerCommandText callback.
Re: Dcmd dont work after zcmd -
Markx - 21.04.2011
Quote:
Originally Posted by Hiddos
Simply: You don't. ZCMD basically disables the OnPlayerCommandText callback.
|
Theres no way to fix that?
Re: Dcmd dont work after zcmd -
alpha500delta - 21.04.2011
Quote:
Originally Posted by Markx
Theres no way to fix that?
|
Hiddos just said you can't...
And who cares, dcmd to zcmd is easy converting.
Re: Dcmd dont work after zcmd -
xir - 21.04.2011
No either convert all your DCMD cmd to zcmd or vice versa, why not just use zcmd? Easy converting
Re: Dcmd dont work after zcmd -
Markx - 21.04.2011
Its not easy if you got 100+ commands and must convert them all...
Re: Dcmd dont work after zcmd -
aircombat - 21.04.2011
use the replace function (Ctrl + H) and then replace "dcmd_" with "CMD:"
Re: Dcmd dont work after zcmd -
Davz*|*Criss - 21.04.2011
Yes i agree with aircombat.