SA-MP Forums Archive
INC Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: INC Problem (/showthread.php?tid=312882)



INC Problem - RanSEE - 23.01.2012

Hello there i've a script
when i try to compile it, it says

C:\Documents and Settings\user\Desktop\GS\gamemodes\CPD.pwn(26) : fatal error 100: cannot read from file: "GMinc"

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


1 Error.

well i've got the GMinc in my pawno/include

idk whats causing that any suggestions?

Regards
Ransee


Re: INC Problem - T0pAz - 23.01.2012

You probably calling the include whereas you don't have the include on your includes directory.


Re: INC Problem - Konstantinos - 23.01.2012

Download the GMinc.inc from here!
And move it to
pawn Код:
C:\Documents and Settings\user\Desktop\GS\pawno\include\GMinc.inc (HERE)



Re: INC Problem - RanSEE - 23.01.2012

tried that thats not working hm