SA-MP Forums Archive
pawno\include\YSI/y_ini.inc(161) : fatal error 100: cannot read from file: "internal\y_version" - 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: pawno\include\YSI/y_ini.inc(161) : fatal error 100: cannot read from file: "internal\y_version" (/showthread.php?tid=343229)



pawno\include\YSI/y_ini.inc(161) : fatal error 100: cannot read from file: "internal\y_version" - Sajeevan - 16.05.2012

Код:
pawno\include\YSI/y_ini.inc(161) : fatal error 100: cannot read from file: "internal\y_version"



Re: pawno\include\YSI/y_ini.inc(161) : fatal error 100: cannot read from file: "internal\y_version" - niels44 - 16.05.2012

reinstall the latest version of YSI, should fix it


Re: pawno\include\YSI/y_ini.inc(161) : fatal error 100: cannot read from file: "internal\y_version" - Slice - 16.05.2012

That, and this:
pawn Код:
// Correct:
#include <YSI\y_something>

// WRONG:
#include <YSI/y_something>