Server: 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: Server: Unknown Command (
/showthread.php?tid=502289)
Server: Unknown Command -
GShock - 23.03.2014
Hi i the command in my server used to work but now it just shows SERVER : Unknown Command.
I tried to do everything i could but didn't work. Can someone help me out?
http://pastebin.com/d27QXrxa <---- Commands
http://pastebin.com/LvXH5awE <---- OnPlayerCommandText
Re: Server: Unknown Command -
MythicalMarauder - 23.03.2014
Maybe try to replace dcmd with ZCMD?
I mean, remove dcmd_c and add CMD:c
Re: Server: Unknown Command -
BroZeus - 23.03.2014
maybe its because of plugins do u have all plugins which u used to use when they were working fine
Re: Server: Unknown Command -
Sojo12 - 23.03.2014
This error occurs when you're having two command processors try removing them.Use only one.If you have these two includes:
Код:
#include <ZCMD>
#include <dini>
remove ZCMD include and tell me
Re: Server: Unknown Command -
GShock - 24.03.2014
Worked!

Thanks