SA-MP Forums Archive
Filterscript 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)
+--- Thread: Filterscript help (/showthread.php?tid=479630)



Filterscript help - JawzX - 06.12.2013

hey, i just added 2 filterscripts on my server, i added them correctly i guess, and when i enter in game the commands won`t work, i am a beginner, help me please.. (i added them to server.cfg at filterscripts line)


Re: Filterscript help - SilentSoul - 06.12.2013

Try to compile them first , maybe you are missing some plugins or includes that the filterscript require it before using , also check your server.cfg if you added on the correct place
Код:
filterscripts Examplefilterscript



Re: Filterscript help - iZN - 06.12.2013

List of issues you may be having:

1. The script is not compiled e.g. not in .amx format
2. Not the correct name mentioned and the names are in case sensitive. If the name is TestFS it must be mentioned like TestFS (not like testfs, TESTFS, etc..)
3. You might have exceeded the limit of filterscripts. Only 16 filterscripts can be loaded in total.
4. They're compiled for older versions of SA-MP.
5. Try doing /rcon reloadfs FSnamehere (you've to rcon login first.)
6. The filterscripts needs any of the plugin to make it work properly like sscanf, YSI, streamer plugin etc..


Re: Filterscript help - JawzX - 06.12.2013

how to compile it to amx. format?
one of them is compiled, but the other one isn''t and the first doesn't work too

C:\Users\Gabi\Desktop\SC-RP\filterscripts\toEdit.pwn(2) : fatal error 100: cannot read from file: "../include/gl_common.inc"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

i tried to cmpile it


Re: Filterscript help - Stinged - 06.12.2013

Do you have "gl_common.inc" in your include folder (Not pawn/includes just include)?