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



sscanf error: System not initialised. - HardRock - 04.06.2013

Hey!

Код:
sscanf error: System not initialised.
That error gomes when i start samp-server. I can go to the server, but i cant make CMD in server.


Re: sscanf error: System not initialised. - Kalladel - 04.06.2013

Update your sscanf!


Re: sscanf error: System not initialised. - DobbysGamertag - 04.06.2013

update sscanf, re compile.


Add

plugins sscanf

to your server cfg


Re: sscanf error: System not initialised. - HardRock - 04.06.2013

Dont work


Re: sscanf error: System not initialised. - AoWDarkAge - 04.06.2013

try this:

1) go to : https://sampforum.blast.hk/showthread.php?tid=120356
2) download the files
3) extract them
4) put sscanf.dll (if you are using windows) or sscanf.so (if you are using linux) into plugins folder
5) put sscanf2.inc into include folder (if you are using a host) or into pawno/include (if you are home host)
6) add this line into your gamemode: #include <sscanf2>

do this and tell me if it works.


Re: sscanf error: System not initialised. - AustinWeerdGuy - 29.11.2013

Quote:
Originally Posted by AoWDarkAge
Посмотреть сообщение
try this:

1) go to : https://sampforum.blast.hk/showthread.php?tid=120356
2) download the files
3) extract them
4) put sscanf.dll (if you are using windows) or sscanf.so (if you are using linux) into plugins folder
5) put sscanf2.inc into include folder (if you are using a host) or into pawno/include (if you are home host)
6) add this line into your gamemode: #include <sscanf2>

do this and tell me if it works.
Didn't work for me


Re: sscanf error: System not initialised. - TahaAsif12 - 29.11.2013

Here You DO:

1. Download Latest SSCANF
2. Download it and extract it in ur gamemode folder
3. After extracting, compile ur script
4. Then add in server.cfg, sscanf.dll if u are running the server on windows or sscanf.so if you are running on CentOS or Linux
5. Run the server than enjoy!


Hope i helped u!