Posts: 58
Threads: 0
Joined: May 2017
you must compile the filterscript with pawn before use!
Posts: 22
Threads: 8
Joined: Dec 2015
Reputation:
0
I did but new thing!
Whats the problem with
Error: Function not registered: 'SSCANF_IsConnected'
Posts: 493
Threads: 82
Joined: Oct 2016
Reputation:
0
Update SSCANF, get the latest plugin and include.
Posts: 221
Threads: 49
Joined: Jun 2014
Reputation:
0
Just download the new version of sscanf and put it into your pawno/include, then recompile the script.
Posts: 58
Threads: 0
Joined: May 2017
1.download and update your sscanf last version
2. Recompile the filterscript
3. and add the sscanf plugins in server.cfg
Posts: 221
Threads: 49
Joined: Jun 2014
Reputation:
0
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...
Posts: 22
Threads: 8
Joined: Dec 2015
Reputation:
0
Thx solved, But what should i do with "function not registered "WP_hash""
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
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.