fatal error 100: cannot read from file: "internal\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: fatal error 100: cannot read from file: "internal\y_plugins" (
/showthread.php?tid=565578)
fatal error 100: cannot read from file: "internal\y_plugins" -
hhaaoo123 - 28.02.2015
pawno\include\YSI/y_timers.inc(80) : fatal error 100: cannot read from file: "internal\y_plugins"
pawno\include\YSI/y_timers.inc(82) : fatal error 100: cannot read from file: "y_timers/impl"
y_plugins code
Код:
#if defined Streamer_IncludeFileVersion
#define _YSI_PLUGINS_STREAMER
#if !defined IPS_MAX_OBJECTS
#define IPS_MAX_OBJECTS (20000)
#endif
#if !defined IPS_MAX_PICKUPS
#define IPS_MAX_PICKUPS (5000)
#endif
#if !defined IPS_MAX_CPS
#define IPS_MAX_CPS (1000)
#endif
#if !defined IPS_MAX_RACE_CPS
#define IPS_MAX_RACE_CPS (1000)
#endif
#if !defined IPS_MAX_MAP_ICONS
#define IPS_MAX_MAP_ICONS (2000)
#endif
#if !defined IPS_MAX_3D_TEXT_LABELS
#define IPS_MAX_3D_TEXT_LABELS (1000)
#endif
#if !defined IPS_MAX_AREAS
#define IPS_MAX_AREAS (1000)
#endif
#include <streamer>
#endif
#if defined WP_Hash
#define _YSI_PLUGINS_WHIRLPOOL
#endif
//#if defined gps_AddPlayer
// #define _YSI_PLUGINS_GPS
// // This plugin was included later on in the script and found first time,
// // include it here in the second compile pass.
// #include <RouteConnector>
// #include "y_gamerzps"
//#endif
#if defined SetTimerEx_
#define _YSI_PLUGINS_FIXES_2
#endif
/*
#if defined mysql_function_query
// BlueG R7 MySQL
#define _YSI_PLUGINS_MYSQL 7
#elseif defined mysql_init
// StrickenKid MySQL
#define _YSI_PLUGINS_MYSQL 1
#elseif defined mysql_debug
// BlueG R5/R6 MySQL
#define _YSI_PLUGINS_MYSQL 6
#else
// No MySQL
*/
#define _YSI_PLUGINS_MYSQL 0
/*
#endif
*/
y_timers/impl =
http://pastebin.com/dJmks7PM
Can anyone help me to fix this? I got this error on my gamemode
Re: fatal error 100: cannot read from file: "internal\y_plugins" -
MasonSFW - 28.02.2015
Update your include -
Link
Re: fatal error 100: cannot read from file: "internal\y_plugins" -
hhaaoo123 - 28.02.2015
I just downloaded and installed it... Version 3.1
Re: fatal error 100: cannot read from file: "internal\y_plugins" -
hhaaoo123 - 01.03.2015
Anyone?
Re: fatal error 100: cannot read from file: "internal\y_plugins" -
BeesSi - 01.03.2015
Have you tried to install the whole YSI includes ?
Re: fatal error 100: cannot read from file: "internal\y_plugins" -
hhaaoo123 - 02.03.2015
Yes, I installed the whole thing..
Re: fatal error 100: cannot read from file: "internal\y_plugins" -
hhaaoo123 - 03.03.2015
Bump!