Plugin errors - 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: Plugin errors (
/showthread.php?tid=462381)
Plugin errors -
Ananisiki - 06.09.2013
^^^^^^^^
Re: Plugin errors -
Tomer!.$ - 06.09.2013
Are you sure you have the include?
When you download the MySQL plugin, there is a file you need to put in the plugins folder, a file that needs to go to the main directory folder (only if you use Windows), and then the include file, which you should put in the 'pawno/includes' folders, and then add:
#include <includename>
Seeing the error, I believe you don't have the include or just forgot to add it to the script.
Re: Plugin errors -
WopsS - 06.09.2013
What version are you using?
Re: Plugin errors -
Ananisiki - 06.09.2013
^^^^^^^^
Re: Plugin errors -
Tomer!.$ - 06.09.2013
Like I said, I think you are missing the include.
Quoted from the "How to Install" (from the original plugin thread)
Quote:
Add mysql.inc to your /pawno/includes/ and add "#include <mysql>" to the top of your script.
|
Re: Plugin errors -
Konstantinos - 06.09.2013
Quote:
Originally Posted by Tomer!.$
Like I said, I think you are missing the include.
Quoted from the "How to Install" (from the original plugin thread)
|
Probably. But he may uses another version. Remember, a lot of functions have been removed/renamed.
Re: Plugin errors -
Ananisiki - 06.09.2013
^^^^^^^^
Re: Plugin errors -
Ananisiki - 06.09.2013
^^^^^^^^
Re: Plugin errors -
Konstantinos - 07.09.2013
It does not matter if you've everything in the right place. If you're using an old MySQL version of include and plugin and you're trying to compile a newer version, it will simply give the errors again and again.
Re: Plugin errors -
Ananisiki - 07.09.2013
^^^^^^^^