SA-MP Forums Archive
SSCANF? random error; - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: SSCANF? random error; (/showthread.php?tid=350566)



SSCANF? random error; - A7X_CEEJAY - 13.06.2012

server.cfg;
Код:
echo Executing Server Config...
lanmode 0
rcon_password RconPASSword
maxplayers 50
port 8386
hostname SA-MP 0.3 Server
gamemode0 VRP
filterscripts
announce 0
query 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]
plugins sscanf mysql streamer dns nativechecker
errors;
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[02:27:26] filterscripts = ""  (string)
[02:27:26] 
[02:27:26] Server Plugins
[02:27:26] --------------
[02:27:26]  Loading plugin: sscanf
[02:27:26]   Failed.
[02:27:26]  Loading plugin: mysql
[02:27:26] 

  > MySQL plugin R7 successfully loaded.

[02:27:26]   Loaded.
[02:27:26]  Loading plugin: streamer
[02:27:26] 

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

[02:27:26]   Loaded.
[02:27:26]  Loading plugin: dns
[02:27:26] 

*** DNS Plugin v2.4 by Incognito loaded ***

[02:27:26]   Loaded.
[02:27:26]  Loading plugin: nativechecker
[02:27:26]   Loaded.
[02:27:26]  Loaded 4 plugins.

[02:27:26] 
[02:27:26] Filterscripts
[02:27:26] ---------------
[02:27:26]   Loaded 0 filterscripts.

[02:27:26]    Error: Function not registered: 'SSCANF_Init'
[02:27:26]    Error: Function not registered: 'SSCANF_Join'
[02:27:26]    Error: Function not registered: 'SSCANF_Leave'
[02:27:26]    Error: Function not registered: 'sscanf'
[02:27:26] Script[gamemodes/VRP.amx]: Run time error 19: "File or function is not found"
[02:27:26] Number of vehicle models: 0



AW: SSCANF? random error; - user44 - 13.06.2012

Yes, I have the same Problem!

Also with the MySQL and Streamer Plugin -.-


Re: SSCANF? random error; - Craft. - 13.06.2012

Have you updated it and re compiled if not try that.


Re: SSCANF? random error; - A7X_CEEJAY - 13.06.2012

Yes, I have updated the plugin + re-compiled it. I have also had someone re-compile the sscanf.dll


Re: SSCANF? random error; - Mark™ - 13.06.2012

Quote:
Originally Posted by A7X_CEEJAY
Посмотреть сообщение
Yes, I have updated the plugin + re-compiled it. I have also had someone re-compile the sscanf.dll
Are you sure that you're using the latest version of sscanf ? Try this one : http://www.solidfiles.com/d/424d69c320/


Re: SSCANF? random error; - KINGINA - 13.06.2012

Quote:
Originally Posted by A7X_CEEJAY
Посмотреть сообщение
server.cfg;
Код:
echo Executing Server Config...
lanmode 0
rcon_password RconPASSword
maxplayers 50
port 8386
hostname SA-MP 0.3 Server
gamemode0 VRP
filterscripts
announce 0
query 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]
plugins sscanf mysql streamer dns nativechecker
errors;
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[02:27:26] filterscripts = ""  (string)
[02:27:26] 
[02:27:26] Server Plugins
[02:27:26] --------------
[02:27:26]  Loading plugin: sscanf
[02:27:26]   Failed.
[02:27:26]  Loading plugin: mysql
[02:27:26] 

  > MySQL plugin R7 successfully loaded.

[02:27:26]   Loaded.
[02:27:26]  Loading plugin: streamer
[02:27:26] 

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

[02:27:26]   Loaded.
[02:27:26]  Loading plugin: dns
[02:27:26] 

*** DNS Plugin v2.4 by Incognito loaded ***

[02:27:26]   Loaded.
[02:27:26]  Loading plugin: nativechecker
[02:27:26]   Loaded.
[02:27:26]  Loaded 4 plugins.

[02:27:26] 
[02:27:26] Filterscripts
[02:27:26] ---------------
[02:27:26]   Loaded 0 filterscripts.

[02:27:26]    Error: Function not registered: 'SSCANF_Init'
[02:27:26]    Error: Function not registered: 'SSCANF_Join'
[02:27:26]    Error: Function not registered: 'SSCANF_Leave'
[02:27:26]    Error: Function not registered: 'sscanf'
[02:27:26] Script[gamemodes/VRP.amx]: Run time error 19: "File or function is not found"
[02:27:26] Number of vehicle models: 0
same thing , but i know how to fix it, try to use older sscanf plugin, server will work, but maybe it will have bugs, I was try on my server xD


Re: SSCANF? random error; - Craft. - 13.06.2012

I dont think if you use a old SSCANF it will have bugs


Re: SSCANF? random error; - A7X_CEEJAY - 13.06.2012

Quote:
Originally Posted by Xtreme_playa
Посмотреть сообщение
Are you sure that you're using the latest version of sscanf ? Try this one : http://www.solidfiles.com/d/424d69c320/
Yes, I am.

Quote:
Originally Posted by Craft.
Посмотреть сообщение
I dont think if you use a old SSCANF it will have bugs
Agree'd


Re: SSCANF? random error; - Mark™ - 13.06.2012

Did you try with the one i posted ?


Re: SSCANF? random error; - A7X_CEEJAY - 13.06.2012

mmhmm it still no work


Re: SSCANF? random error; - Djole1337 - 13.06.2012

Delete old sscanf, download new one and recompile GM.


Re: SSCANF? random error; - Nicks - 13.06.2012

Try update Streamer or Scanff 2


Re: SSCANF? random error; - A7X_CEEJAY - 13.06.2012

Can I jsut add

The server(s) run perfectly on my own computer, when I upload them to either a VPS or ServerFFS, this happens


Re: SSCANF? random error; - Djole1337 - 13.06.2012

Linux or Windows ?


Re: SSCANF? random error; - Craft. - 13.06.2012

try installing Microsoft Visual C++


Re: SSCANF? random error; - A7X_CEEJAY - 13.06.2012

It's windows VPS, but Linux ServerFFS


Re: SSCANF? random error; - Craft. - 13.06.2012

My VPS had an error where my server wouldnt run it told me to install Microsoft Visual C++ now it works


Re: SSCANF? random error; - JaTochNietDan - 14.06.2012

You said your VPS is Windows, correct? Have you tried installing the libraries required to run the plugin as suggested in the sscanf topic?

http://www.microsoft.com/en-us/downl...s.aspx?id=5555


Re: SSCANF? random error; - A7X_CEEJAY - 14.06.2012

Bit late now XD Cancelled the VPS & Got ServerFFS working XD


Re: SSCANF? random error; - elhanan - 11.05.2016

i have same problem