sscanf error: System not initialised.
#1

Hi Guyz Im new on the Forum and i need a help... Look man i scirpt my gamemode and when i spawned Server Restart i check the server.log i got this 2 error i try to Update the sscanf.inc + sscanf.so but its still not work.... can you help me?

Код:
[10:54:35] sscanf error: System not initialised.
[10:54:35] sscanf error: System not initialised.
Reply
#2

Did u recompiled all your scripts with latest include?
Reply
#3

Yes man
Reply
#4

changed
Код:
#include<sscanf>
to
Код:
#include <sscanf2>
??
Reply
#5

Bro? i already have this

PHP код:
#include <sscanf2> 
Before you saying.
Reply
#6

Open the sscanf2 include file (with notepad or pawn or whatever) and look for
Quote:

native sscanf(const data[], const format[], {Float,_}:...);
native unformat(const data[], const format[], {Float,_}:...) = sscanf;
native SSCANF_Init(players, invalid, len);
native SSCANF_Join(playerid, const name[], npc);
native SSCANF_Leave(playerid);

If that doesnt exist, you will need to download latest include then. There are too many edits and such of the sscanf there could be that you are using wrong include with a wrong plugin and so no.
Reply
#7

yes i have it

Код:
native sscanf(const data[], const format[], {Float,_}:...);
native unformat(const data[], const format[], {Float,_}:...) = sscanf;
native SSCANF_Init(players, invalid, len);
native SSCANF_Join(playerid, const name[], npc);
native SSCANF_Leave(playerid);
can you give me the sscanf2.inc with sscanf.so ? Link of download?
Reply
#8

You dont know what is the problem
Reply
#9

Don't double click on .pwn files to open them. Open the RIGHT editor and open the file through the editor. This ensures that the compiler looks in the right directory for the includes. You may have the right file in one directory but if the compiler is looking elsewhere it won't do you much good.
Reply
#10

i save the File here
Код:
/pawno/include/sscanf2.inc
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)