ZCMD Unknown Command - 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)
+--- Thread: ZCMD Unknown Command (
/showthread.php?tid=460941)
ZCMD Unknown Command -
damQuick - 30.08.2013
Everytime I go ingame I can't test these commands
This is my first filterscript (last time I made some was like a year ago so they don't count) and I made 2 commands
My command in ZCMD is the one that needs to work, the other one is just a test. The test shouldn't work because zcmd should block it
but the heading command doesnt work as well.....
And I can't put the codes in here :/
so heres a pastbin link:
/heading script
Re: ZCMD Unknown Command -
RedJohn - 30.08.2013
Don't combine different command processors, use only strcmp or use only ZCMD.
Re: ZCMD Unknown Command -
lider1241 - 30.08.2013
As RedJohn said, delete the public OnPlayerCommandText
Re: ZCMD Unknown Command -
damQuick - 31.08.2013
According to my terminal, the filterscript is loaded, but the command still doesnt work in-game. I did what you guys told me