SA-MP Forums Archive
1 error with includes - 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: 1 error with includes (/showthread.php?tid=432587)



1 error with includes - AnaC - 23.04.2013

Hello,
Here is an error which I can't understand what should I do...
Please someone help me



C:\Users\AnaC\Desktop\U-RP [ENG - 0.3x]\gamemodes\U-RP.pwn(42) : fatal error 100: cannot read from file: "cuffs"

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


1 Error.


Re: 1 error with includes - Lordzy - 23.04.2013

It means that you need an include named 'cuffs.inc' in your include folder.
Код:
pawno/include/



Re: 1 error with includes - AnaC - 23.04.2013

I already have it...


Re: 1 error with includes - Lordzy - 23.04.2013

Well then, open your script manually using Pawno. First, open Pawno from the directory which has cuffs.inc in the include folder. Then open your script and compile, you won't be then having errors then. Or, it could be if the actual name of the include is mistaken in your script.