SA-MP Forums Archive
FilterScript is not working - 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 is not working (/showthread.php?tid=635784)



FilterScript is not working - CTos - 13.06.2017

Hi
I used GiDan's admin system filterscript
I put the name of the filterscript in server.cfg
but still the CMDs aren't working and the filterscript itself

It says Its loaded but nothing working

Filterscript
https://sampforum.blast.hk/showthread.php?tid=303794


Re: FilterScript is not working - NewFreeroamStunt - 13.06.2017

you must compile the filterscript with pawn before use!


Re: FilterScript is not working - CTos - 14.06.2017

I did but new thing!
Whats the problem with
Error: Function not registered: 'SSCANF_IsConnected'


Re: FilterScript is not working - aoky - 14.06.2017

Update SSCANF, get the latest plugin and include.


Re: FilterScript is not working - andrejc999 - 14.06.2017

Just download the new version of sscanf and put it into your pawno/include, then recompile the script.


Re: FilterScript is not working - CTos - 14.06.2017

I did it but not working


Re: FilterScript is not working - Whatname - 14.06.2017

did you load sscanf?


Re: FilterScript is not working - NewFreeroamStunt - 14.06.2017

1.download and update your sscanf last version
2. Recompile the filterscript
3. and add the sscanf plugins in server.cfg


Re: FilterScript is not working - andrejc999 - 14.06.2017

Go through the script and try to find a line that's not finished/closed.

By that I mean it should have ; on the end or maybe you messed up somewhere by accident.

This same problem happened to me because I totally forgot to finish a line, I just left it like if(

If you can't find it compile the script and find the line where the problem should be and look around that line for this...


Re: FilterScript is not working - CTos - 16.06.2017

Thx solved, But what should i do with "function not registered "WP_hash""


Re: FilterScript is not working - Abagail - 16.06.2017

You should learn how to either:
1: Learn how to use the websites native search function.
2: Learn how to use ******.

Googling "WP_Hash function not registered" comes up with several results with the exact same question.


Re: FilterScript is not working - CTos - 16.06.2017

No way?

anywys i need whirpool.dll i couldn't find it EVEN ON ******


Re: FilterScript is not working - JasonRiggs - 16.06.2017

There, the Whirlpool.dll


Re: FilterScript is not working - CTos - 16.06.2017

thx, everything solved