Samp Include Errors
#1

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
Reply
#2

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

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

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

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

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)