Unknown command on business system - 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 on business system (
/showthread.php?tid=527074)
Unknown command on business system -
Strummer - 20.07.2014
So, I've just added this filterscript on my server, loads fine, but any command responds with Unknown command.
Here it is:
http://pastebin.com/hkPvtUuc
Re: Unknown command on business system -
Akira297 - 20.07.2014
I'd give you a hint for this is scripting help. Check the "}" on your commands near the end.
Re: Unknown command on business system -
Strummer - 20.07.2014
Checked it, everything seems to be fine.
Re: Unknown command on business system -
Scottas - 20.07.2014
Do you have any filterscripts that use OnPlayerCommandText? probably you have 'return 1;' at the end of OnPlayerCommandText callback
Re: Unknown command on business system -
Strummer - 20.07.2014
I also have a house system, but can't find the OnPlayerCommandText anywhere.
Re: Unknown command on business system -
Strummer - 21.07.2014
Mom? Dad? Anyone?
Respuesta: Unknown command on business system -
Alex_Obando - 21.07.2014
Sup bro what do you need?
Re: Unknown command on business system -
Strummer - 21.07.2014
http://pastebin.com/hkPvtUuc - Script loads, but all commands respond with Unknown command...
I have 3 filterscripts loaded (1 for house, works fine, 1 for anims, works fine, 1 for biz, doesn't work).
Re: Unknown command on business system -
Wizzy951 - 21.07.2014
I opened the link and noticed this:
#include <YSI/y_ini> should be
#include <YSI\y_ini>
Re: Unknown command on business system -
Strummer - 21.07.2014
Quote:
Originally Posted by Wizzy951
I opened the link and noticed this:
#include <YSI/y_ini> should be #include <YSI\y_ini>
|
Good one, thanks, but still didn't fix though.