SA-MP Forums Archive
sscanf error: System not initialised. - 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 error: System not initialised. (/showthread.php?tid=483569)



sscanf error: System not initialised. - BarFix - 26.12.2013

Hi guys, my server was working before i restarted the server and after i changed the gamemode to same gamemode but just changed some commands, i got that errors on the console of the server:

Quote:

sscanf error: System not initialised.
sscanf error: System not initialised.
sscanf error: System not initialised.
sscanf error: System not initialised.

.....................................and more

How do i fix it? already downloaded new sscanf and all this, what should i do? i have 0.3x server working with ZCMD.
I need it quick please guys, i'll rep+

also that what i have at the top of the script:
Quote:

#include <a_samp>

#include <a_zones>
#include <streamer>
#include <foreach>
#include <progress>
#include <ZCMD>

#include <YSI/y_timers.inc>
#include <yom_buttons>
#include <sscanf2>




Re: sscanf error: System not initialised. - Konstantinos - 26.12.2013

Solution:
Quote:
Originally Posted by ******
Посмотреть сообщение
  • sscanf error: System not initialised.
If you get this error, you need to make sure that you have recompiled ALL your scripts using the LATEST version of "sscanf2.inc". Older versions didn't really require this as they only had two natives - "sscanf" and "unformat", the new version has some other functions - you don't need to worry about them, but you must use "sscanf2.inc" so that they are correctly called. If you think you have done this and STILL get the error then try again - make sure you are using the correct version of PAWNO for example.



Re: sscanf error: System not initialised. - BarFix - 26.12.2013

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Solution:
I download from here:
https://sampforum.blast.hk/showthread.php?tid=120356
and that still shows me the errors ..


Re: sscanf error: System not initialised. - Konstantinos - 26.12.2013

Download it again, paste the sscanf.dll or sscanf.so (depending on the OS) to your plugins folder and sscanf2.inc to pawno\include folder. Replace the old with the new files, go up to pawno folder and run pawno.exe then File > Open > *.pwn and re-compile the script.


Re: sscanf error: System not initialised. - BarFix - 26.12.2013

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Download it again, paste the sscanf.dll or sscanf.so (depending on the OS) to your plugins folder and sscanf2.inc to pawno\include folder. Replace the old with the new files, go up to pawno folder and run pawno.exe then File > Open > *.pwn and re-compile the script.
thank you! but now i have Streamer Plugin warning
Quote:

*** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version
(0x26105) (script might need to be recompiled with the latest include file)
SSCANF2 Loaded

even when i updated it ..


Re: sscanf error: System not initialised. - Konstantinos - 26.12.2013

Do the same thing again, replace the old file with the new streamer.inc (latest version) as well as the plugin file, run pawno.exe, open your file and re-compile.