YSI File Error:
#1

Suddenly Found this Error

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

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
Reply
#2

Can you show us the #include lines ?
Reply
#3

#include <a_samp>
#include <zcmd>
#include <YSI/y_ini>
#include <sscanf2>
#include <foreach>
#include <core>
#include <dini>
Reply
#4

Reply Fast Please...
Reply
#5

Quote:
Originally Posted by MAFIAWARS
Посмотреть сообщение
#include <a_samp>
#include <zcmd>
#include <YSI/y_ini>
#include <sscanf2>
#include <foreach>
#include <core>
#include <dini>
The a_samp include includes the following includes:
Код:
#include <core>
#include <float>
#include <string>
#include <file>
#include <time>
#include <datagram>
#include <a_players>
#include <a_vehicles>
#include <a_objects>
#include <a_sampdb>
So you don't need to add the core include there.
#include <YSI/y_ini> should be #include <YSI\y_ini> With a backslash \ not slash /
I would recommend you to put them in alphabetical order so they will be:
Код:
#include <a_samp>
#include <dini>
#include <foreach>
#include <sscanf2>
#include <YSI\y_ini>
#include <zcmd>
And I wonder why do you use both dini and y_ini ?
Reply
#6

I did as you said, But When I press F5 so the Compilor is EMPTY. LOL. What should I do now?
Reply
#7

Quote:
Originally Posted by MAFIAWARS
Посмотреть сообщение
I did as you said, But When I press F5 so the Compilor is EMPTY. LOL. What should I do now?
Empty ? Can you take a screenshot ?
Reply
#8

Reply
#9

Your error:
Код:
E:\Scripting\pawno\include\YSI/y_ini.inc(162) : fatal error 100: cannot read from file: "internal\y_version"
Change #include <YSI/y_ini> to #include <YSI\y_ini>. This is all that you need to do I just gave you some tips.
Reply
#10

It means that u r doing something wrong in ur script... Like. Brackets .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)