Include Error
#1

I Need Help with this Error
Код:
C:\New folder (2)\pawno\include\YSI/y_timers.inc(80) : fatal error 100: cannot read from file: "internal/y_plugins"
Reply
#2

Have u defined it ?
Reply
#3

lol it means that you don't have this include
you can download YSI includes from here:
https://github.com/Y-Less/YSI-Includ.../y_plugins.inc
Reply
#4

Still Not Working . I Have All Includes on My Directory but it keep gaving me the Error
Код:
C:\New folder (2)\pawno\include\YSI/y_timers.inc(80) : fatal error 100: cannot read from file: "internal\y_plugins"

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


1 Error.
Here is the Full Code of the y_timers
pawn Код:
/**--------------------------------------------------------------------------**\
                      ===================================
                       y_plugins - Used plugin detection
                      ===================================
Description:
    Configuration and detection for third-party SA:MP plugins (including
    ones by ******).
Legal:
    Version: MPL 1.1

    The contents of this file are subject to the Mozilla Public License Version
    1.1 (the "License"); you may not use this file except in compliance with
    the License. You may obtain a copy of the License at
    http://www.mozilla.org/MPL/

    Software distributed under the License is distributed on an "AS IS" basis,
    WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
    for the specific language governing rights and limitations under the
    License.

    The Original Code is the YSI groups include.

    The Initial Developer of the Original Code is Alex "******" Cole.
    Portions created by the Initial Developer are Copyright © 2011
    the Initial Developer. All Rights Reserved.

    Contributors:
        ZeeX, koolk, JoeBullet/******63, g_aSlice/Slice

    Thanks:
        JoeBullet/******63 - Handy arbitrary ASM jump code using SCTRL.
        ZeeX - Very productive conversations.
        koolk - IsPlayerinAreaEx code.
        TheAlpha - Danish translation.
        breadfish - German translation.
        Fireburn - Dutch translation.
        yom - French translation.
        50p - Polish translation.
        Zamaroht - Spanish translation.
        Dracoblue, sintax, mabako, Xtreme, other coders - Producing other modes
            for me to strive to better.
        Pixels^ - Running XScripters where the idea was born.
        Matite - Pestering me to release it and using it.

    Very special thanks to:
        Thiadmer - PAWN, whose limits continue to amaze me!
        Kye/Kalcor - SA:MP.
        SA:MP Team past, present and future - SA:MP.

Version:
    1.0
Changelog:
    21/10/12:
        First version
</remarks>
\**--------------------------------------------------------------------------**/


// All the code in here relies on detecting FEATURES, not FILENAMES.
#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
#endif

#if defined WP_Hash
    #define _YSI_PLUGINS_WHIRLPOOL
#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
*/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)