SA-MP Forums Archive
Samp Include Errors - 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: Samp Include Errors (/showthread.php?tid=310007)



Samp Include Errors - XDTheProGamerz - 10.01.2012

how can fix this error ?

Quote:

C:\DOCUME~1\laptop\MYDOCU~1\SAMPSE~1\FIXEDN~1\GAME MO~1\COD5.pwn(9) : fatal error 100: cannot read from file: "gl_common"

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


1 Error.

i have gl_common include on my folder but i still got that error on my script


Re: Samp Include Errors - [BG]Gamer - 10.01.2012

should be like this:
pawn Код:
#include "../include/gl_common.inc"



Re: Samp Include Errors - Niko_boy - 10.01.2012

hmm try copying that file and pasting it in ../pawno/includes/..
Then try compiling.


Re: Samp Include Errors - Konstantinos - 10.01.2012

This file isn't on
pawn Код:
your_server/pawno/includes
but here
pawn Код:
your_server\include



Re: Samp Include Errors - Avi57 - 05.08.2012

put gl_common.inc to pawno/includes > Paste here !
then try compiling


Re: Samp Include Errors - Syntax - 05.08.2012

Place gl_common.inc in to the following:

SERVERDIRECTORY >> Pawno >> Include >> PLACE GL_COMMON.INC IN TO THIS FOLDER, WITH THE OTHER INCLUDES.

Once you've done that, add:

Код:
#include <gl_common>
to the top of your script.