Posts: 202
Threads: 30
Joined: Jan 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)
Posts: 605
Threads: 83
Joined: Apr 2014
Reputation:
0
"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.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
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.