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



Problem - Ilias_ - 18.05.2017

Helli i downloaded forum.sa-mp.com/showthread.php?t=223963 when i comple the gamode i get this C:\Users\ilias_000\Downloads\Ilias\gamemodes\SFCRR PG.pwn(42) : fatal error 100: cannot read from file: "irc"

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


1 Error.

P.S(i have all the plugins and includes)


Re: Problem - rockhopper - 19.05.2017

"C:\Users\ilias_000\Downloads\Ilias\gamemodes\SFCR R PG.pwn(42) : fatal error 100: cannot read from file: "irc"" This shows that you probably don't have the irc include or you haven't included it on the top of your gamemode. If not do it using #include wateveritsnamed or download and check the proper destination or the irc include.


Re: Problem - Vince - 19.05.2017

Half the time this error occurs the path to the file includes "Desktop", "Downloads" or "temp". I mean, how hard is it to set up a proper folder structure?
Open the right editor first then open the file through the editor to ensure that the correct path to the includes is used.