YSF Problem.
#1

hey i keep getting this error on compile:
Код:
C:\Users\user\Desktop\sampserver\gamemodes\wowserv.pwn(4) : fatal error 100: cannot read from file: "YSF"

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


1 Error.
but i have the include i saved this as YSF.inc and put it in my includes

Код:
/*----------------------------------------------------------------------------*-
                    ====================
                    Y Sever Fixes - Main
                    ====================
Description:
    Provides native declarations for YSF functions.
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 2.0 SA:MP plugin.
    
    The Initial Developer of the Original Code is Alex "******" Cole.
    Portions created by the Initial Developer are Copyright © 2008
    the Initial Developer. All Rights Reserved.
    
    Contributor(s):
    
    Peter Beverloo
    Marcus Bauer
    
    Special Thanks to:
    
    SA:MP Team past, present and future
Version:
    0.1.3
Changelog:
    02/11/08:
        First version
Functions:
    Public:
        -
    Core:
        -
    Stock:
        -
    Static:
        -
    Inline:
        -
    API:
        -
Callbacks:
    -
Definitions:
    -
Enums:
    -
Macros:
    -
Tags:
    -
Variables:
    Global:
        -
    Static:
        -
Commands:
    -
Compile options:
    -
Operators:
    -
-*----------------------------------------------------------------------------*/
 
#if defined _YSF_included
    #endinput
#endif
#define _YSF_included
 
/*----------------------------------------------------------------------------*-
                    =============
                    YSF Libraries
                    =============
-*----------------------------------------------------------------------------*/
 
// Generic functions
native SetPlayerGravity(playerid, Float:gravity);
native AddServerRule(name[], value[]);
native SetServerRule(name[], value[]);
native SetPlayerSkinForPlayer(skinplayer, forplayer, skin);
native GetPlayerSkinForPlayer(skinplayer, forplayer);
 
// File functions
native ffind(const pattern[], filename[], len, &idx);
native frename(const oldname[], const newname[]);
 
// Directory functions
native dfind(const pattern[], filename[], len, &idx);
native dcreate(const name[]);
native drename(const oldname[], const newname[]);
i have the YSF.dll In my plugins folder too : / anyone help?
Reply


Messages In This Thread
YSF Problem. - by [mad]MLK - 31.08.2009, 04:18
Re: YSF Problem. - by Eazy_Efolife - 31.08.2009, 04:28
Re: YSF Problem. - by [mad]MLK - 31.08.2009, 04:30
Re: YSF Problem. - by Eazy_Efolife - 31.08.2009, 04:30
Re: YSF Problem. - by Nakash - 31.08.2009, 04:37
Re: YSF Problem. - by [mad]MLK - 31.08.2009, 11:43
Re: YSF Problem. - by aspire5630 - 31.08.2009, 11:45

Forum Jump:


Users browsing this thread: 2 Guest(s)