Compile 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: Compile error (
/showthread.php?tid=455202)
Compile error -
FireWarrior101 - 31.07.2013
So as the topic says i am a rookie designing my gamemod and have successfully so far designed my teams and spawns etc colors.
The thing is i was adding register and login system with Dof2 #include <Double-O-Files_2>
and when i compile i get error
D:\SAMP STUFF\SAMP HOST\gamemodes\Test.pwn(10) : fatal error 100: cannot read from file: "Double-O-Files_2"
If u can help me
i shall be obliged and rep for you
Re: Compile error -
Th3_P4dr1n0 - 31.07.2013
Just put that include in "Your server name\pawno\include" than open your gamemode from pawno and compile it, that's all.
Re: Compile error -
FireWarrior101 - 01.08.2013
i DID that still i get this error
i tried to close pawno and do again but no luck
Re: Compile error -
FireWarrior101 - 01.08.2013
zzzzz
help
Re: Compile error -
ReVo_ - 01.08.2013
Make sure you open the right PAWNO.
Open the pawno.exe inside the folder where you put your include.
Re: Compile error -
FireWarrior101 - 01.08.2013
i did that
the samp host folder is just 1 folder with pawno files and includes
?
bump
AW: Compile error -
CutX - 01.08.2013
Folder structure:
- D:\SAMP STUFF\SAMP HOST\pawno\
Here is your pawno.exe
___
- D:\SAMP STUFF\SAMP HOST\pawno\include\
Here should be the Double O files include.
now if you start the pawno of
D:\SAMP STUFF\SAMP HOST\pawno\pawno.exe
and compile, it will work.
also, make sure that you wrote the include's name correctly.
Re: Compile error -
FireWarrior101 - 01.08.2013
the include file was named dof2
so is it right ?
Re: Compile error -
Th3_P4dr1n0 - 01.08.2013
Put this in your gamemode #include <DOF2>, not #include <Double-O-Files_2>