SA-MP Forums Archive
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: Unknown command? (/showthread.php?tid=493814)



Unknown command? - Lajko1 - 09.02.2014

Hello I got a question why I ALWAYS get Server unknown command error when ever I'm using anything else instead of strcmp for commands ? I wanted to use this FS:

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

And it's not working it says "Server unknown command" and it compile without errors ..


Re: Unknown command? - Hostskool - 10.02.2014

Have you read the FAQ's mentioned in that FS topic?

Quote:

FAQ(s)
Q. I get the "unknown command" error!
A. It might be one of the reasons below:
- You didn't load the filterscript.
- You didn't load or add plugin to your server/.cfg.
- You don't have the sscanf2 plugin loaded.




Re: Unknown command? - Lajko1 - 10.02.2014

I have plugin sscanf2 in pawno/includes? and how to setup that in server cfg.? Cuz when I start the server it says "0 plugins loaded"


Re: Unknown command? - SwisherSweet - 10.02.2014

plugins sscanf2
just add another line below filterscripts...


Re: Unknown command? - Lajko1 - 10.02.2014

"Loading Plugins sscanf2" -> Failed, and still 0 Plugins loaded :S :S


Re: Unknown command? - Lajko1 - 10.02.2014

Ok it load it but still unknown command :S :S what to do?


Re: Unknown command? - Mr.Faqahat - 10.02.2014

Download the Plugin Sscanf https://sampforum.blast.hk/showthread.php?tid=120356
In The Server folder make a folder named as "plugins" put the download sscanf.dll in the plugin folder then open server.cg Add this line under gamgmode0 "plugins sscanf"
If you are having Linux.
In plugins folder put the file sscanf.so and Add this line under gamgmode0 "plugins sscanf.so"


Re: Unknown command? - Lajko1 - 10.02.2014

I was fallowing to your instructions, but there is still UNKNOW COMMAND, and when ever I tried to install this damn sscanf2 there is always same problem commands aren't working and most of ppl here says "yeah go and use sscanf2 it's amazing" if this should work it would be really amazing, I did everything you said guys but this isn't working.. Is possible to do anything else?


Re: Unknown command? - Mr.Faqahat - 10.02.2014

Is sscanf Loading this time?


Re: Unknown command? - iZN - 10.02.2014

You must be loading the correct version of sscanf, and .dll (Windows). This textdraw editor works fine for me.