SA-MP Forums Archive
cannot read from file: "float" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: cannot read from file: "float" (/showthread.php?tid=511638)



cannot read from file: "float" - alfie101 - 06.05.2014

Need help. I'm trying to compile the BCRP GM and i get this error: C:\Users\Alfie\Desktop\BCRP\pawno\include\a_samp.i nc(1 : fatal error 100: cannot read from file: "float"


Re: cannot read from file: "float" - sekonoppa - 06.05.2014

Can you paste the code from the line 18? (The line that causes the error)


Re: cannot read from file: "float" - Konstantinos - 06.05.2014

Like the error says, the file float.inc doesn't exist in BCRP\pawno\include folder.

Get it from the server package or http://www.solidfiles.com/d/3768b1588a/float.inc


Re: cannot read from file: "float" - alfie101 - 06.05.2014

Okay, thank you Konstantinos, i fixed that error. Now i get the error of "C:\Users\Alfie\Desktop\BCRP\pawno\include\a_samp. inc(19) : fatal error 100: cannot read from file: "string"


Re: cannot read from file: "float" - Konstantinos - 06.05.2014

Download the server package and get the includes from there. There are 8 files that are included in a_samp.inc


Re: cannot read from file: "float" - alfie101 - 06.05.2014

Thanks