Comilation 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: Comilation Error (
/showthread.php?tid=582688)
Comilation Error -
Meinstad - 22.07.2015
When I try to compile my file, I get this error:
Код:
fatal error 100: cannot read from file: "./include/defines.pwn"
How can I fix this?
AW: Comilation Error -
Kaliber - 22.07.2015
search the include..and fix the path
Re: Comilation Error -
xVIP3Rx - 22.07.2015
This error means that you've "#included" something and the compiler can't find it, weather you entered a wrong address or it just isn't there.