SA-MP Forums Archive
Compilation Problem! - 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: Compilation Problem! (/showthread.php?tid=280746)



Compilation Problem! - CrisTany - 02.09.2011

Hello , i have a problem when i compile my server , ithink that i make something wrong and i get this error :
Код:
\gamemodes\classic.pwn(15) : fatal error 100: cannot read from file: "a_sampmysql"
What can be the problem ?


Re: Compilation Problem! - Kingunit - 02.09.2011

You need to have the "a_sampmysql" include. You can download it from: http://solidfiles.com/d/FM5b/
Place it into your PAWNO > Include folder and compile it. Goodluck.
Код:
This forum requires that you wait 120 seconds between posts. Please try again in 76 seconds.



Re: Compilation Problem! - =WoR=G4M3Ov3r - 02.09.2011

Quote:
Originally Posted by Kingunit
Посмотреть сообщение
You need to have the "a_sampmysql" include. You can download it from: http://solidfiles.com/d/FM5b/
Place it into your PAWNO > Include folder and compile it. Goodluck.
Код:
This forum requires that you wait 120 seconds between posts. Please try again in 76 seconds.
Right, after you're done downloading, paste it in the Pawno > Include folder, then open your .pwn and add under:

PHP код:
#include <a_samp> 
Paste this

PHP код:
#include <a_sampmysql> 
i posted this, just in case.


Re: Compilation Problem! - CrisTany - 02.09.2011

I have these includes man ! i think that i make somehing wrong in GM yesterday i didn't have this problem , how can i find where is the problem ?


Re: Compilation Problem! - Kingunit - 02.09.2011

Quote:
Originally Posted by CrisTany
Посмотреть сообщение
I have these includes man ! i think that i make somehing wrong in GM yesterday i didn't have this problem , how can i find where is the problem ?
Are you sure it's named perfect (caps). And it's placed under:
pawn Код:
#include <a_sampmysql>
Like above said.

// Then there is also a problem that you are opening a other pawno.exe without having that include in the folder.


Re: Compilation Problem! - CrisTany - 02.09.2011

Yes ! Im pretty sure.


Re: Compilation Problem! - Kingunit - 02.09.2011

Did you read my edit?
'//'


Re: Compilation Problem! - CrisTany - 02.09.2011

Yeap , resolved but now i got a COmpilation error:
Код:
Pawn COmpiler Library
Pawn Compiler library has encountered a problem and needs to close.  We are sorry for the inconvenience.
What i do with this ? -.-


Re: Compilation Problem! - Kingunit - 02.09.2011

Yeah, No problem - I had those problems before when I was abit sleeping :P

And that error? You are getting that by starting the pawno.exe or after compiling it? If it's after compiling most of the times you forget to place a bracket "{" or "}"


Re: Compilation Problem! - CrisTany - 02.09.2011

pff and how can i find where i forgot to put the brakets ? i don't know what i do last time