SA-MP Forums Archive
Need help compiling my script - 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 compiling my script (/showthread.php?tid=352757)



Need help compiling my script - jstowe96 - 20.06.2012

Hey guys I'm trying to compile my script but I keep getting an error

Error:
fatal error 100: cannot read from file: "gvc"

gvc is the pawno include, and it tells me that when I remove "gvc" for the "OPSP" include as well.

Thank you in advance,
jstowe96


Re: Need help compiling my script - Mimic - 20.06.2012

You need gvc.inc in your includes folder. "cannot read from file 'gvc'" means what it says.

Search for the gvc include, drag it into your Includes folder and compile.


Re: Need help compiling my script - jstowe96 - 21.06.2012

I already have it, I have all the includes and everything.


Re: Need help compiling my script - Mimic - 21.06.2012

This may sound stupid but you might have the incorrect PAWNO open. If you have multiple folders for scripting make sure you open the PAWNO in the folder of the gamemode you are trying to compile, if that doesn't work you can't have the include in the proper folder. PM me letting me know and if it's still not compiling I'll be more than happy to help you via teamviewer.


Re: Need help compiling my script - jstowe96 - 21.06.2012

It worked Thank you so much for your help.

Rep'd