SERVER:Unknown Command Help! - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SERVER:Unknown Command Help! (
/showthread.php?tid=131085)
SERVER:Unknown Command Help! -
sass839 - 01.03.2010
HI! My problem is that /sellbiz command dosent seem to work, it's in gm and is ok, but when i write /sellbiz in game it says "SERVER: Unknown Command" maybe someone knows whats the problem? i tried replacing /sellbiz code, but still same. :S
Thanks for your help!
Re: SERVER:Unknown Command Help! -
Jeffry - 01.03.2010
Show the code plz.
Re: SERVER:Unknown Command Help! -
sass839 - 01.03.2010
Here you go:
http://pastebin.com/neaNgXhA
Re: SERVER:Unknown Command Help! -
Jeffry - 01.03.2010
Well, maybe its not the problem on the command. Maybe you have a return 0; anywhere before on OnPlayerCommandText.
I canґt find any faults on the command. But maybe iґm blind on this.
My tip: Try to make a simple command under your /sellbiz, and look if this works. Then you can copy the parts of your /sellbiz command partly into the new test command. Thats the way I do.