SADM GameMode Error
#1

When i compile it say error
Код:
C:\Documents and Settings\Utilisateur\Bureau\---\SADM_by_Double_O_Seven\gamemodes\flatout.pwn(29) : fatal error 100: cannot read from file: "Double-O-Files"

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


1 Error.
error ligne:
Код:
/+------------+
//¦  Includes  ¦
//+------------+

#include <a_samp>
#include <a_http>

#undef MAX_PLAYERS
#define MAX_PLAYERS 125

#include <Double-O-Files>
#include <Double-O-Gates>
#include <yom_buttons>
#include <zcmd>
#include <streamer>
#include <SAM>
#include "flatout_missions.pwn"
#include "flatout_functions.pwn"
#include <pbar>
#include <sscanf2>
#include <TaskManager>
#include <mapandreas>
#pragma tabsize 0
#pragma dynamic 8096
i have the Double-O-Files on my pawno/include Why it say that?!! i have the file why it say that?!!

Please need help!!!

Sorry for my bad English
Reply
#2

Open it in this steps:

youfoldername > pawno > pawno.exe > open > the gamemode/FS.

Never open the .pwn file itself, always more than likely gives you errors.

by the way:
pawn Код:
#pragma tabsize 0
is bad practice.

pawn Код:
SomeFunc()
{
    This
    {
        Is
        {
            Idented
        }
    }
}
SomeFunc()
{
This
{
Is
{
   NOT Idented
}
}
}
Reply
#3

hum i dont understand i delete the #pragma tabsize 0? and add this
Код:
SomeFunc()
{
    This
    {
        Is
        {
            Idented
        }
    }
}
SomeFunc()
{
This
{
Is
{
   NOT Idented
}
}
}
Reply
#4

No, i was explaining the difference between indented code and not indented.

pawn Код:
#pragma tabsize 0
^ Just ignores the indentation, and possibly hides errors.
Reply
#5

nothing again error
Reply
#6

guys can u said me Original SADM Link I want to dowload it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)