SA-MP Forums Archive
Filterscript unable to load.. - 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 unable to load.. (/showthread.php?tid=572861)



Filterscript unable to load.. - dundolina - 02.05.2015

Hello i have problem in my console for filterscripts. This is not just for my filterscript it's for all.. How to fix this problem?


Re: Filterscript unable to load.. - arlindi - 02.05.2015

I didnt understand you
Can EXPLAIN it good
What about FS?


Re: Filterscript unable to load.. - bgedition - 02.05.2015

Show us the last session from server_log.txt


Re: Filterscript unable to load.. - dundolina - 02.05.2015

Umm sorry.. I added filterscripts and when i start server it comes "unable to load filterscript ....". This is for every filterscript which i add. Server_log.txt:

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[16:40:05] weburl = "www.sa-mp.com"  (string)
[16:40:05] 
[16:40:05] Server Plugins
[16:40:05] --------------
[16:40:05]  Loading plugin: mysql
[16:40:05] 

  > MySQL plugin R4-2 successfully loaded.

[16:40:05]   Loaded.
[16:40:05]  Loading plugin: streamer

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

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[16:40:05] weburl = "www.sa-mp.com"  (string)
[16:40:05] 
[16:40:05] Server Plugins
[16:40:05] --------------
[16:40:05]  Loading plugin: mysql
[16:40:05] 

*** Streamer Plugin v2.7.5.2 by Incognito loaded ***

[16:40:05]   Loaded.
[16:40:05]  Loading plugin: sscanf
[16:40:05] 

[16:40:05] 

  > MySQL plugin R4-2 successfully loaded.

[16:40:05]   Loaded.
[16:40:05]  Loading plugin: streamer
[16:40:05] 

*** Streamer Plugin v2.7.5.2 by Incognito loaded ***

[16:40:05]   Loaded.
[16:40:05]  Loading plugin: sscanf
[16:40:05]  ===============================

[16:40:05] 

[16:40:05]       sscanf plugin loaded.     

[16:40:05]  ===============================

[16:40:05]          Version:  2.8.1        

[16:40:05]       sscanf plugin loaded.     

[16:40:05]    © 2012 Alex "******" Cole  

[16:40:05]          Version:  2.8.1        

[16:40:05]  ===============================

[16:40:05]    © 2012 Alex "******" Cole  

[16:40:05]   Loaded.
[16:40:05]  Loading plugin: Whirlpool
====

[16:40:05]   Loaded.
[16:40:05]  Loading plugin: Whirlpool
[16:40:05]  
[16:40:05]  ==================
[16:40:05]  
[16:40:05]   Whirlpool loaded
[16:40:05]  
[16:40:05]  ==================
[16:40:05]  
[16:40:05]   Loaded.
[16:40:05]  Loaded 4 plugins.

[16:40:05]  
[16:40:05]  ==================
[16:40:05]  
[16:40:05]   Whirlpool loaded
[16:40:05]  
[16:40:05]  ==================
[16:40:05]  
[16:40:05]   Loaded.
[16:40:05]  Loaded 4 plugins.

[16:40:05] 
[16:40:05] Ban list
[16:40:05] --------
[16:40:05]  Loaded: samp.ban
[16:40:05] 
[16:40:05] 
[16:40:05] Ban list
[16:40:05] --------
[16:40:05]  Loaded: samp.ban
[16:40:05] 
[16:40:05] 
[16:40:05] Filterscripts
[16:40:05] ---------------
[16:40:05]   Loading filterscript 'BIZZ.amx'...
[16:40:05]   Unable to load filterscript 'BIZZ.amx'.
[16:40:05]   Loading filterscript 'HOUSE.amx'...
[16:40:05]   Unable to load filterscript 'HOUSE.amx'.
[16:40:05]   Loaded 0 filterscripts.

[16:40:05] 
[16:40:05] Filterscripts
[16:40:05] ---------------
[16:40:05]   Loading filterscript 'BIZZ.amx'...
[16:40:05]   Unable to load filterscript 'BIZZ.amx'.
[16:40:05]   Loading filterscript 'HOUSE.amx'...
[16:40:05]   Unable to load filterscript 'HOUSE.amx'.
[16:40:05]   Loaded 0 filterscripts.

[16:40:06] Factions Loaded

[16:40:06] Factions Loaded

[16:40:06] Factions Loaded

[16:40:06] Factions Loaded

[16:40:06] GTA
[16:40:06] GTA
[16:40:06] GTA-BGW
[16:40:06] GTA-BGW
[16:40:06] GTA-BGW
[16:40:06] GTA-BGW
[16:40:06] Number of vehicle models: 129
[16:40:06] Number of vehicle models: 129



Re: Filterscript unable to load.. - arlindi - 02.05.2015

Click Here for Limits
Meaby you have load more than 16 filterscripts
or
In your Filterscript is defined OnGameModeInit (i Thing)
Also Look the Names when Load it
If is TEST or test or Test or TeSt


Re: Filterscript unable to load.. - Konstantinos - 02.05.2015

Have you actually compiled those scripts so you can get the .amx file? Having just the .pwn file in filterscript won't load it.

In Windows, the name of filterscript names doesn't matter as it's not case-sensitive.


Re: Filterscript unable to load.. - arlindi - 02.05.2015

I told him what to do


Re: Filterscript unable to load.. - dundolina - 02.05.2015

I have .amx and .pwn. I dont have limit, i just have 2 filterscripts. The name is right. I dont understand this:

"In your Filterscript is defined OnGameModeInit (i Thing)"


Re: Filterscript unable to load.. - arlindi - 02.05.2015

In your filterscript
Inside you have OnGamemodeInit or you have OnFilterscriptInit?


Re: Filterscript unable to load.. - dundolina - 02.05.2015

I have "OnFilterScriptInit".