28.02.2015, 14:16
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
y_timers/impl = http://pastebin.com/dJmks7PM
Can anyone help me to fix this? I got this error on my gamemode
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 */
Can anyone help me to fix this? I got this error on my gamemode