Include problem
#1

Hey,
In the building of my script I've gotten in to some error, I cannot compile because pawno couldnt read from Dini, YSF, amd WC, that were placed pefrectly fine. Can anyone tell me the soloution to this?

Here's the problem log
Код:
C:\Documents and Settings\MYNAME\Desktop\FOLDER\gamemodes\alpha.pwn(2) : fatal error 100: cannot read from file: "YSF"
Reply
#2

You have to put the beginning
pawn Код:
#include <YSF>
#include <Dini>
#include <WC>
Reply
#3

You must have forgotten to write
pawn Код:
#include <YSF>
at the top.
Reply
#4

YSF.inc has to be in your '*/pawno/include' directory.
Reply
#5

Isn't that YSI?
Reply
#6

First of all, I did write it.
Secondly I placed it in Pawno/include
Reply
#7

Quote:
Originally Posted by [RSS]Cops_sandu
Посмотреть сообщение
You have to put the beginning
pawn Код:
#include <YSF>
#include <Dini>
#include <WC>
Quote:
Originally Posted by [DM]Kane
Посмотреть сообщение
You must have forgotten to write
pawn Код:
#include <YSF>
at the top.
This error only shows when this is done and the file is not found.

Make sure you are using the pawno with that include, but not the other pawnos.
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)