SA-MP Forums Archive
Include 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Include error (/showthread.php?tid=278254)



Include error - Millionaire - 21.08.2011

Hello!
when i complied something it shows this error
pawn Code:
C:\Documents and Settings\Ironboy\My Documents\Downloads\Gang\gang.pwn(12) : fatal error 100: cannot read from file: "mysql"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
how to fix this?


Re: Include error - =WoR=G4M3Ov3r - 21.08.2011

Under

PHP Code:
#include <a_samp> 
Paste this

PHP Code:
#include <MySQL> 
Download these.

.Inc Files.

http://www.4shared.com/file/yqYFnrqi/MySQL.html

Plugins.

http://www.4shared.com/file/3B7vbNDL/mysql.html


Re: Include error - Millionaire - 21.08.2011

not it shows this error
pawn Code:
C:\Documents and Settings\Ironboy\My Documents\Downloads\SATDM Luxadmin\filterscripts\gang.pwn(188) : error 017: undefined symbol "mysql_init"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.



Re: Include error - doreto - 21.08.2011

make sure you open pawn on servar were have this include onces i have same problem and my problem was i was opening pawn on my other servar that dont have that include that i use so make sure you open pawn on servar that you have that include


Re: Include error - [MWR]Blood - 21.08.2011

Use THIS