Need Help - 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: Need Help (
/showthread.php?tid=639862)
Need Help -
NoLove - 24.08.2017
Hi All!
i am new here and i am just learning scripts and i have NZTDM Gamemode and when i compile the files it says
PHP код:
C:\Users\Ice\Downloads\Compressed\NZTDM\Gamemodes\NZTDM-1.pwn(8) : fatal error 100: cannot read from file: "DoubleOFiles2"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Re: Need Help -
Eoussama - 24.08.2017
Make sure you have "DoubleOFiles2" file inside your pawno/include folder
Re: Need Help -
NoLove - 24.08.2017
where? i am just newbie in scripting
Re: Need Help -
thegamer355 - 24.08.2017
You are probably not having that file in the scriptfiles folder, and if it's there, check the capitals, it's case sensitive.
Re: Need Help -
NoLove - 24.08.2017
I didnt see
Re: Need Help -
thegamer355 - 24.08.2017
That's the problem, you're supposed to have that file in the scriptfiles folder, and probably many more files. Check the source where you downloaded the gamemode, it might be included in the package, if it is, make sure you have them all too
Re: Need Help -
10MIN - 24.08.2017
@thegamer355
The file needs to be in [sampserver.exe folder]/pawno/includes/[filename.inc]
Because file errors at compilation are ONLY at includes.
@OP: DoubleOfFile2 seem to be deleted. Choose another GM.
Re: Need Help -
AbyssMorgan - 24.08.2017
Download and put in pawno\include:
dof2.inc
Rename #include <DoubleOFiles2> to <dof2>