SA-MP Forums Archive
fatal error 100: cannot read from file: "sscanf" - 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: fatal error 100: cannot read from file: "sscanf" (/showthread.php?tid=497986)



fatal error 100: cannot read from file: "sscanf" - Twizted - 01.03.2014

Yes, the latest version of sscanf is in the plugins folder, sscanf2.inc is in the pawno/include folder and there's a line that "includes" sscanf.

pawn Код:
#include <sscanf>
Yet, I get that error. What's happening?


Re: fatal error 100: cannot read from file: "sscanf" - rakshith122 - 01.03.2014

Try
pawn Код:
#include <sscanf2>



Re: fatal error 100: cannot read from file: "sscanf" - Epixha - 01.03.2014

Open the file from the main application, which is in the Pawno folder, not directly. Sometimes when you open it directly by clicking on the .pwn file, it gives this error.


Re: fatal error 100: cannot read from file: "sscanf" - Twizted - 01.03.2014

Quote:
Originally Posted by rakshith122
Посмотреть сообщение
Try
pawn Код:
#include <sscanf2>
Код:
fatal error 100: cannot read from file: "YSI\internal\y_natives"
@Eclipse -- I get the same error.


Re: fatal error 100: cannot read from file: "sscanf" - rakshith122 - 01.03.2014

Then you gotta re-download the YSI Package and place it there.
It'll work!