Filterscripts not loading - 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: Filterscripts not loading (
/showthread.php?tid=449468)
Filterscripts not loading -
Mennims - 08.07.2013
Hello guys.
I'm a bit new to filterscripts and I have downloaded LuxAdmin and when I type in to load it it says it fails but it works

Now I created my own filterscript and when it initializes it will print something on the screen. Then it contains all the other irellavent scripts in it. But when I load it it says it fails and no text prints on the screen and my scripts don't work. Help me with this. I have it all correctly and the .amx file
Re: Filterscripts not loading -
Infinitas - 08.07.2013
Did you add your filterscripts in the server.cfg?
Re: Filterscripts not loading -
Akira297 - 08.07.2013
- You should recompile it with the 0.3x pawno and make sure it works correctly. Also, you need to check the server_log and follow from there.
Re: Filterscripts not loading -
Mennims - 08.07.2013
It is in my server.cfg file. Ok I have realised my filterscript does load. But why does it say load failed if it works

Anyway is there a way to use the SAMP Map editor program and when you export the map code to .pwn I can use it in my game? So that I don't have 1 million lines of map code in my gamemode script? So how would I do that??