SA-MP Forums Archive
Plugin and sscanf error? - 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: Plugin and sscanf error? (/showthread.php?tid=473914)



Plugin and sscanf error? - Tuntun - 05.11.2013

Hello, I'm getting some error in my host/gamemode.

Код:
[01:18:05]  ===============================

[01:18:05]      sscanf plugin unloaded.    

[01:18:05]  ===============================

[01:18:05] 

*** Streamer Plugin v2.5.2 by Incognito unloaded ***
But there is sscanf and streamer files in plugins.

Server CFG:
Код:
echo Executing Server Config...
lanmode 0
rcon_password goandfuck+sexwithjustinbieber
maxplayers 50
port 7777
hostname .: 18 Wheels of Steel :.
gamemode0 18WoS 1
filterscripts 
plugins sscanf streamer
announce 0
query 1
chatlogging 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]



Re: Plugin and sscanf error? - AlonzoTorres - 05.11.2013

Did you try to redownload SSCANF?


Re: Plugin and sscanf error? - Tuntun - 05.11.2013

no.. i put my amx file to filezilla... and getting this error on my host:
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[10:25:48] 
[10:25:48] Server Plugins
[10:25:48] --------------
[10:25:48]  Loaded 0 plugins.

[10:25:48] 
[10:25:48] Filterscripts
[10:25:48] ---------------
[10:25:48]   Loaded 0 filterscripts.

[10:25:48] Script[gamemodes/18WoS.amx]: Run time error 19: "File or function is not found"
[10:25:48] Number of vehicle models: 0
please any help? ill +rep


Re: Plugin and sscanf error? - SAMProductions - 05.11.2013

Can i check your "#include <...>" in your GameMode, and Update your Plugins and Includes


Re: Plugin and sscanf error? - Jstylezzz - 05.11.2013

sscanf is unloading because the server is shutting down, which means, the error has to be before it shut down. To add on SAMProductions post, you might want to post your whole server log, maybe there's a failing plugin. If we see the includes you use, the includes line of the server.cfg and the complete server log (of one session, which means startup > shutdown), I'm pretty sure we'll find something.


Re: Plugin and sscanf error? - Zex Tan - 05.11.2013

Does it unloaded by itself? Or probably the SendRconCommand ?


Re: Plugin and sscanf error? - Tuntun - 05.11.2013

It self. and please add me : lion.lion692 [ on skype. if you can help me with teamviewr or someone.. it will help me ]


Re: Plugin and sscanf error? - Uberanwar - 06.11.2013

Windows or Linux?


Re: Plugin and sscanf error? - Tagathron - 06.11.2013

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

SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[10:25:48] 
[10:25:48] Server Plugins
[10:25:48] --------------
[10:25:48]  Loaded 0 plugins.

[10:25:48] 
[10:25:48] Filterscripts
[10:25:48] ---------------
[10:25:48]   Loaded 0 filterscripts.

[10:25:48] Script[gamemodes/18WoS.amx]: Run time error 19: "File or function is not found"
[10:25:48] Number of vehicle models: 0
Download .so version of the plugins and put those to the plugins folder.
Also change the plugins line in server.cfg
Код:
plugins sscanf.so streamer.so