SA-MP Forums Archive
Making include file 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: Making include file help (/showthread.php?tid=569832)



Making include file help - aCloudy - 03.04.2015

Hello.
I don't have a_mysql.inc, I ******d it and found this: https://raw.githubusercontent.com/An...de/a_mysql.inc
Can someone tell me how to make include ? When i paste it to empty pawno file, It gives me an error:
Code:
C:\Program Files\tdm\pawno\include\a_mysql.inc(61) : error 013: no entry point (no public functions)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
So, Tell me how to make true include file with this link.


Re: Making include file help - JaydenJason - 03.04.2015

you don't compile includes


Re: Making include file help - aCloudy - 03.04.2015

Only save as a_mysql.inc ?


Re: Making include file help - Boyka96 - 03.04.2015

yes just download the .inc file (or the whole system -pawno include + server plugin -) and put every file in its place
a_mysql.inc at pawno/include
mysql.dll or mysql.so at samp/plugins (then put mysql or mysql.so) at plugins line in your server.cfg


Re: Making include file help - Karan007 - 03.04.2015

Paste it in a notepad save it as a_mysql.inc and paste it in the pawno > Include files.