Server: Unknown Command [YCMD] - 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: Server: Unknown Command [YCMD] (
/showthread.php?tid=454801)
Server: Unknown Command [YCMD] -
CH | FuDo - 30.07.2013
Hi guys, I have a problem with YCMD. I'm working on my gamemode from blank script ( from 0 ), and I have a problem with YCMD. When I make some cmd, it's show me, but it also shows me SERVER: Unknown Command. I was looking for solve of this problem, but no help. Also, I readed every post in [Include]y_commands, but I didn't found anything. So, any help?
Sorry for my bad english. :P
Thanks for any goooooood help

Greetings
Re: Server: Unknown Command [YCMD] -
dEcooR - 30.07.2013
Use ZCMD looks like this:
CMD:yourcommand(playerid, params[])
Re: Server: Unknown Command [YCMD] -
CH | FuDo - 30.07.2013
But I would like to use YCMD, beacuse I readed that is really faster than ZCMD and STRCMP.
Re: Server: Unknown Command [YCMD] -
dEcooR - 30.07.2013
So are you using any filterscripts where is dcmd or strcmp or zcmd or any other?
Re: Server: Unknown Command [YCMD] -
CH | FuDo - 30.07.2013
no, I'm not using any filterscripts. I don't want them, I'm clearly working just with gamemode. Any help with these?