SA-MP Forums Archive
SADM GameMode Error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SADM GameMode Error (/showthread.php?tid=474645)



SADM GameMode Error - med01 - 09.11.2013

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


Re: SADM GameMode Error - DobbysGamertag - 09.11.2013

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
}
}
}



Re : SADM GameMode Error - med01 - 09.11.2013

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



Re: SADM GameMode Error - DobbysGamertag - 09.11.2013

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

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


Re : SADM GameMode Error - med01 - 09.11.2013

nothing again error


Re: SADM GameMode Error - Gogaa - 10.11.2013

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