SA-MP Forums Archive
I need little help with unable to load filterscript here. - 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: I need little help with unable to load filterscript here. (/showthread.php?tid=595646)



I need little help with unable to load filterscript here. - graef - 05.12.2015

The title says it all.
Here is my server.cfg
Код:
port 7777
lanmode 0
rcon_password 000000
maxplayers 0
maxnpc 0
gamemode0 ../empty1 1
filterscripts fix_OnRconCommand
plugins ../Debug/gamemode 
announce 0
chatlogging 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
logtimeformat [%H:%M:%S]



Re: I need little help with unable to load filterscript here. - TheSnaKe - 05.12.2015

Can you show us the errors (Full log)


Re: I need little help with unable to load filterscript here. - graef - 05.12.2015

This is the full log.
Код:
----------
Loaded log file: "server_log.txt".
----------

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

[06:17:07] 
[06:17:07] Server Plugins
[06:17:07] --------------
[06:17:07]  Loading plugin: ../Debug/gamemode
[06:17:07]   Loaded.
[06:17:07]  Loaded 1 plugins.

[06:17:07] Unable to start server on port: 6123. Port in use?
[06:17:07] 
[06:17:07] Filterscripts
[06:17:07] ---------------
[06:17:07]   Loading filterscript 'fix_OnRconCommand.amx'...
[06:17:07]   Unable to load filterscript 'fix_OnRconCommand.amx'.
[06:17:07]   Loaded 0 filterscripts.

[06:17:07] Number of vehicle models: 0
And also i got another problem, all port i've tried not working : 7777 7778 7778 and 6123 I dont know why.


Re: I need little help with unable to load filterscript here. - TheSnaKe - 05.12.2015

Do you have the fix_OnRconCommand.amx file in your filterscripts folder? If yes which includes are you using?

About the ports, you've to port forward, use 7777 for now.


Re: I need little help with unable to load filterscript here. - graef - 05.12.2015

Thank's for helping problem solved

maxplayers 0;maxplayers must have a value > 0.