SA-MP Forums Archive
Filter Script adding 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: Filter Script adding help (/showthread.php?tid=654486)



Filter Script adding help - Fist24 - 29.05.2018

Whenever I add filter script it says failed to load and server doesn't start any help or something I'm doing wrong?


Re: Filter Script adding help - RxErT - 29.05.2018

Please show us the serverlog.txt


Re: Filter Script adding help - GTLS - 30.05.2018

Which FIlterscripts/ Which GameMode? Does it work when FilterScripts are not included? Show some logs.


Re: Filter Script adding help - Fist24 - 30.05.2018

[Spoiler]

Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[08:56:20] password = "" (string)
[08:56:20]
[08:56:20] Server Plugins
[08:56:20] --------------
[08:56:20] Loading plugin: whirlpool.so
[08:56:20]
[08:56:20] ==================
[08:56:20]
[08:56:20] Whirlpool loaded
[08:56:20]
[08:56:20] ==================
[08:56:20]
[08:56:20] Loaded.
[08:56:20] Loading plugin: sscanf.so
[08:56:20]

[08:56:20] ===============================

[08:56:20] sscanf plugin loaded.

[08:56:20] Version: 2.8.1

[08:56:20] © 2012 Alex "******" Cole

[08:56:20] ===============================

[08:56:20] Loaded.
[08:56:20] Loaded 2 plugins.

[08:56:20]
[08:56:20] Filterscripts
[08:56:20] ---------------
[08:56:20] Loading filterscript 'UltraHost.amx'...
[08:56:20] Loading filterscript 'pueJmq14.amx'...
[08:56:20] Failed to load 'filterscripts/pueJmq14.amx.amx' filterscript.
[08:56:20] Unable to load filterscript 'pueJmq14.amx'.
[08:56:20] Loading filterscript 'weapon_damage_system_v3.amx'...
[08:56:20] Failed to load 'filterscripts/weapon_damage_system_v3.amx.amx' filterscript.
[08:56:20] Unable to load filterscript 'weapon_damage_system_v3.amx'.
[08:56:20] Loading filterscript 'antilead.amx'...
[08:56:20] Failed to load 'filterscripts/antilead.amx.amx' filterscript.
[08:56:20] Unable to load filterscript 'antilead.amx'.
[08:56:20] Loaded 1 filterscripts.

[08:56:20]
[08:56:20]
[08:56:20]
[08:56:20] =======================================
[08:56:20] | |
[08:56:20] | YSI version 1.06.0002 |
[08:56:20] | By Alex "******" Cole |
[08:56:20] | |
[08:56:20] =======================================
[08:56:20]
[08:56:20] Hostname: RAGE Warriors |RAGE| [Ultra-H.com]
[08:56:20] Server Config Loaded.
[08:56:20] Bases Loaded: 86
[08:56:20] Arenas Loaded: 79
[08:56:20] DMs Loaded: 14
[08:56:20] Duels Loaded: 1
[/spoiler]
pueJmq14 is anti cbug
Anti lead is Sync
Weapon damage informer

GM is Beast A/D


Re: Filter Script adding help - GhostHacker9 - 30.05.2018

either one of the dependencies (like plugins) is not loaded or the filterscript is not there


Re: Filter Script adding help - Sew_Sumi - 30.05.2018

Don't include the amx filenames on the filterscripts line... You've got XXX.amx, and it's searching for XXX.amx.amx.

Just put the name of it, no extension.


Re: Filter Script adding help - GTLS - 30.05.2018

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
Don't include the amx filenames on the filterscripts line... You've got XXX.amx, and it's searching for XXX.amx.amx.

Just put the name of it, no extension.
Yup This is It. It shows in log. Server is trying to load FS.amx.amx files. So inside your server.cfg, dot put
Код:
 filterscripts fs.amx fs2.amx
Use
Код:
 filterscripts fs fs2



Re: Filter Script adding help - Fist24 - 30.05.2018

Its like that only I didn't put extension in CFG file.


Re: Filter Script adding help - Fist24 - 30.05.2018

Nvm deleted.


Re: Filter Script adding help - Sew_Sumi - 30.05.2018

show server.cfg? Just omit the rcon pass/password/ip and all that.