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



Include Problem. - aymane123 - 31.12.2016

I want compile a script that include a file name ELC_AC_BASE and i pot it in his place when i try to compile it says:
Код:
C:\Documents and Settings\Administrateur\Bureau\CCNR.pwn(10) : fatal error 100: cannot read from file: "required/ELC_AC_BASE"

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


1 Error.



Respuesta: Include Problem. - Whillyrez - 31.12.2016

Did you opened the gamemode in the right way or you just clicked on it?... Open pawno and then open your GM, maybe that's the problem.


Re: Include Problem. - aymane123 - 31.12.2016

not working.


Respuesta: Include Problem. - Whillyrez - 31.12.2016

Is the include in the folder "required"?


Re: Include Problem. - Sew_Sumi - 31.12.2016

Are you using the pawno that is in that folder, as that's generally what causes this... You think you're using one pawno, and setup everything for that, yet you may actually have another copy on there that you are using.

Check the file isn't renamed in the file extension, as it seems to be that it shouldn't have one.


Re: Include Problem. - aymane123 - 31.12.2016

i fixed it thx.