SA-MP Forums Archive
sscanf error: system not intialised ? help - 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: sscanf error: system not intialised ? help (/showthread.php?tid=473725)



sscanf error: system not intialised ? help - Nathaniel69 - 04.11.2013

this is what happen when i run my server




Its not ment to show that because it stufs all my cmds in game


Re: sscanf error: system not intialised ? help - Sublime - 04.11.2013

Quote:

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.

And then try this

pawn Код:
#include <sscanf2>

#if !defined _ALS_OnGameModeInit || !defined SSCANF_Init
    #error You're using the wrong include somehow.
#endif
*Credits to ******


Re: sscanf error: system not intialised ? help - Nathaniel69 - 04.11.2013

where do i get sscanf2.inc, and do i put it in my sccanf folder?