SA-MP Forums Archive
Problem with y_plugins - 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: Problem with y_plugins (/showthread.php?tid=544020)



Problem with y_plugins - Jdt - 30.10.2014

Hey all.I need help with the
Код:
fatal error 100: cannot read from file: "internal\y_plugins"
I Downloaded the YSI 3.1 but I keep receiving that error
How do I get rid of that?
Help please


Re: Problem with y_plugins - Jdt - 30.10.2014

I tried the procedures on the web.Now the Pawno won't Compile . It says
Код:
Pawno Compiler library has stopped working
Now what?


Re: Problem with y_plugins - M4D - 30.10.2014

What was the last code that you changed ?

* make sure :

pawn Код:
#include <YSI\internal\y_plugins>



Re: Problem with y_plugins - Jdt - 31.10.2014

The Problem is on "y_timer" . It does'nt compile.. It says cant read from file internal\y_plugins !


Respuesta: Problem with y_plugins - !R1Ch@rD! - 31.10.2014

but you have that file where it should be?

PD:

pawn Код:
#include <YSI\y_timers>
it had to be?


Re: Problem with y_plugins - Jdt - 31.10.2014

Yeah.. I Just need help with it .. the impl.inc one at y_timers


[code]
Pawno\Includes\YSI\y_timers\impl.inc


Respuesta: Problem with y_plugins - !R1Ch@rD! - 31.10.2014

not what you say as you put the includes? in gamemode? leaves you some kind of error? or just want to know?

pawn Код:
#include <..Pawno/Includes/YSI/y_timers/impl.inc>



Re: Problem with y_plugins - Jdt - 31.10.2014

Just to clear things up , First. Here is my Includes(GM)

pawn Код:
//--------------------------------[ INCLUDES ]-------------------------------
#include                    <a_samp>
#include                    <a_zones>
#include                    <streamer>
#include                    <foreach>
#include                    <progress>
#include                    <ZCMD>
#include                    <YSI\y_timers.inc>
#include                    <yom_buttons>
#include                    <sscanf2>
#include                    <a_mysql>
Now on the " #include <YSI\y_timers> It gives me error when I Compile

Код:
C:\Users\Robinson\Downloads\New folder\pawno\include\YSI\y_timers\impl.inc(74) : fatal error 100: cannot read from file: "internal/y_version"

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


1 Error.
Aybody get it now?


Re: Problem with y_plugins - Quickie - 31.10.2014

first
pawn Код:
#include <YSI\y_timers>
// proper
second :
check your directory ..pawno\include\YSI\internal and search for y_pugins,y_version or whatever

third:
did u really update your YSI, i mean the whole YSI in your ..pawno\includes\YSI
cuz its looks like the file didnt exist eg.y_plugins,y_version


Re: Problem with y_plugins - Jdt - 01.11.2014

I updated it with the YSI 3.1 ..
And yes it has all files in the said directory.
btw the
pawn Код:
#include <YSI\y_timers>
I just change it to <YSI\y_timers.inc> hoping that it will work but I Failed..
Now what