Bug with FS - 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: Bug with FS (
/showthread.php?tid=364818)
Bug with FS -
GordonVal - 31.07.2012
Hi there,
So i'm newbie in scripting and i have a question about FS.
When I add some FS ,my GM don't work totally and some FS don't work because of one FS.
How can I fix it ?
Guillaume
Re: Bug with FS -
Majed - 31.07.2012
Quote:
Originally Posted by GordonVal
Hi there,
So i'm newbie in scripting and i have a question about FS.
When I add some FS ,my GM don't work totally and some FS don't work because of one FS.
How can I fix it ?
Guillaume
|
Please post you're errors and the FS that has a bug or something.
Use or upload on
www.pastebin.com
Thanks.
Re: Bug with FS -
DarkB0y - 31.07.2012
make sure u put it in server.cfg
Код:
filterscripts (name of the fs)
Re : Bug with FS -
GordonVal - 31.07.2012
Actually,I can't post here an entire FS because it's maybe linked to the GM,I guess..
I'm sure it's a stupid mistake but i don't know what part of the GM i have to give you
I already added to the server.cfg...
Respuesta: Re : Bug with FS -
HarlemSAMP - 01.08.2012
Quote:
Originally Posted by GordonVal
Actually,I can't post here an entire FS because it's maybe linked to the GM,I guess..
I'm sure it's a stupid mistake but i don't know what part of the GM i have to give you
I already added to the server.cfg...
|
it's quiet easy to know what's wrong here, the problem is the command processors from your GM and from every FS, let's say your GM is made by ZCMD and the FS are in strcmd, they're not compatible and thus will crash the server givings you "server:unknown command", so i suggest you to change the command processor for every FS you use, in order to be fully compatible