SA-MP Forums Archive
Filterscript runs, but won't execute cmds on server - 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: Filterscript runs, but won't execute cmds on server (/showthread.php?tid=652552)



Filterscript runs, but won't execute cmds on server - Zeus666 - 14.04.2018




It says that Unknown command, why? Even if filterscript added those codes.


Re: Filterscript runs, but won't execute cmds on server - std - 14.04.2018

what command processor are you using


Re: Filterscript runs, but won't execute cmds on server - Zeus666 - 14.04.2018

Quote:
Originally Posted by std
Посмотреть сообщение
what command processor are you using
on server ZCMD
on filterscript if(strcmp)


Re: Filterscript runs, but won't execute cmds on server - Fairuz - 14.04.2018

Quote:
Originally Posted by Zeus666
Посмотреть сообщение
on server ZCMD
on filterscript if(strcmp)
That's the problem,you should change it to ZCMD instead of strcmp,it should be easy.


Re: Filterscript runs, but won't execute cmds on server - Zeus666 - 14.04.2018

Quote:
Originally Posted by Dice_
Посмотреть сообщение
That's the problem,you should change it to ZCMD instead of strcmp,it should be easy.
Done, but still doesn't work.

https://sampforum.blast.hk/showthread.php?tid=604429

this is the filterscript.