A problem with YSI
#1

So here's the problem:
C:\Users\Kasutaja\Desktop\PS\server\gamemode\pawno \include\YSI\internal\y_version.inc(99) : fatal error 100: cannot read from file: "y_natives"

Could anybody give me a clue how I could fix this ?
Reply
#2

make sure the include is in your pawno/includes folder
Reply
#3

Should be #include <YSI\y_natives>
Reply
#4

Quote:
Originally Posted by Dragonsaurus
Посмотреть сообщение
Should be #include <YSI\y_natives>
Its already included if it wasnt then he wouldnt get this error
Reply
#5

His error says: could not read from y_natives. So he has included only y_natives instead of YSI\y_natives.
Reply
#6

Here's a list of my includes:

Код:
#include <a_samp>
#include <a_players>
#include <dini>
#include <dudb>
#include <dutils>
#include <foreach>
#include <sscanf2>
#include <zcmd>
#include <streamer>
#include <OPSP>
#include <progress>
#include <GetVehicleColor>
#include <mxINI> 
#include <mSelection>
#include <YSI\y_ini>
#include <YSI\y_natives>
//: At first I didn't include the; #include <YSI\y_natives> even with that, it wont work.
Reply
#7

moved y_natives to includes, fixed, but now I get a new one:
C:\Users\Kasutaja\Desktop\PS\server\gamemode\pawno \include\y_natives.inc(65) : fatal error 100: cannot read from file: "y_globaltags"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


Should I just move all of the files inside YSI to my includes folder ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)