sscanf error: system not intialised ? help
#1

this is what happen when i run my server




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

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 ******
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)