SA-MP Forums Archive
My FS worked before but now not anymore - 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: My FS worked before but now not anymore (/showthread.php?tid=349187)



My FS worked before but now not anymore - Stefand - 08.06.2012

Hey,

I downloaded this FS..
[ame]http://www.youtube.com/watch?v=skPS50NhK0o[/ame]

For my RP server to create houses etc.

But now the FS won't work anymore, can someone help?


Re: My FS worked before but now not anymore - lewismichaelbbc - 08.06.2012

If it uses sccanf, make sure that you have included the plugin


Re: My FS worked before but now not anymore - Stefand - 08.06.2012

There is no sscanf...
Maybe someone can download it an make it working...


Re: My FS worked before but now not anymore - Stefand - 09.06.2012

THE FS only work on my Home server but not on the Hosted one..


Re: My FS worked before but now not anymore - -CaRRoT - 09.06.2012

Can you explain more how it doesn't work ?


Re: My FS worked before but now not anymore - Stefand - 09.06.2012

When you type /intmenu it only shows the first texts, but if you push 25/7 's for example, it doesn't do anything anymore, the window dissapears and more not.


Re: My FS worked before but now not anymore - Calgon - 09.06.2012

If you use "return 1" (or anything other than 0) in your gamemode or other filterscripts in OnDialogResponse, it will prevent filterscripts from being sent information about dialog responses.

You can read more here.


Re: My FS worked before but now not anymore - Stefand - 09.06.2012

Quote:
Originally Posted by Calgon
Посмотреть сообщение
If you use "return 1" (or anything other than 0) in your gamemode or other filterscripts in OnDialogResponse, it will prevent filterscripts from being sent information about dialog responses.

You can read more here.
Why does it work on my home server, with the same GM, but not on my hosted one?


Re: My FS worked before but now not anymore - JhnzRep - 09.06.2012

Does your host run on Linux?

If it does, you need to put ".so" after all your plugins in the server.cfg file.


Re: My FS worked before but now not anymore - MadeMan - 09.06.2012

Quote:
Originally Posted by Stefand
Посмотреть сообщение
Why does it work on my home server, with the same GM, but not on my hosted one?
Maybe you use other filterscripts on host? Try disabling others.