SA-MP Forums Archive
No filterscripts? - 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: No filterscripts? (/showthread.php?tid=432076)



No filterscripts? - Airin - 21.04.2013

No filterscripts work for me i have tried to add like 5 and none work -.-


Re: No filterscripts? - Scenario - 21.04.2013

Show your server_log.txt file, please.


Re: No filterscripts? - Airin - 21.04.2013

[17:43:49]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:43:49]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:43:49]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:43:49]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:43:49]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:43:49]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:43:49]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:43:49]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:43:49]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:43:49]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:43:49]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:43:51]bind 66.85.141.73bind 66.85.141.73 [part] your.moma has left the server (0:0)
[17:44:08]bind 66.85.141.73bind 66.85.141.73 Incoming connection: 184.174.154.60:51450
[17:44:08]bind 66.85.141.73bind 66.85.141.73 [join] your.moma has joined the server (0:184.174.154.60)
[17:44:12]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:44:12]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:44:12]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:44:12]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:44:12]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:44:12]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:44:12]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:44:12]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:44:12]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:44:12]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:44:12]bind 66.85.141.73bind 66.85.141.73 sscanf warning: Strings without a length are deprecated, please add a destination size.


Re: No filterscripts? - Scenario - 21.04.2013

Your WHOLE server_log.txt file, please.

Also, wrap it in code tags!


AW: No filterscripts? - HurtLocker - 21.04.2013

Wherever you use the sscanf function with a string inside make it: sscanf(playerid, s[/*size here*/], stringname)
But this is not quite a reason for the filterscripts not to load. I just tell you how to get rid of those warnings.