Help me. -
|Xenon|Mapper| - 18.01.2013
SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team
[11:26:59] filterscripts = "" (string)
[11:26:59]
[11:26:59] Server Plugins
[11:26:59] --------------
[11:26:59] Loading plugin: audio
[11:26:59]
*** Audio Plugin v0.5 by Incognito loaded ***
[11:26:59] Loaded.
[11:26:59] Loading plugin: mysql
[11:26:59]
> MySQL plugin R7 successfully loaded.
[11:26:59] Loaded.
[11:26:59] Loading plugin: sscanf
[11:26:59]
[11:26:59] ===============================
[11:26:59] sscanf plugin loaded.
[11:26:59] Version: 2.8.1
[11:26:59] © 2012 Alex "******" Cole
[11:26:59] ===============================
[11:26:59] Loaded.
[11:26:59] Loading plugin: streamer
[11:26:59]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[11:26:59] Loaded.
[11:26:59] Loading plugin: nativechecker
[11:26:59] Loaded.
[11:26:59] Loaded 5 plugins.
[11:26:59]
[11:26:59] Filterscripts
[11:26:59] ---------------
[11:26:59] Loaded 0 filterscripts.
[11:26:59] Error: Function not registered: 'mysql_query'
[11:26:59] Script[gamemodes/hgrp10.amx]: Run time error 19: "File or function is not found"
[11:26:59] Number of vehicle models: 0
What do I do? I tryed updating the plugins and everything, What do I do?
Re: Help me. -
azzerking - 18.01.2013
The file is missing. Check to make sure you have the plugins in the right place
and make sure you spelt the name of your gm right. You need to compile your script for the .amx to appear
Re: Help me. -
|Xenon|Mapper| - 18.01.2013
I have complied the GM three times, and that message still comes up.
Re: Help me. -
zde5 - 18.01.2013
https://sampforum.blast.hk/showthread.php?tid=249226
Re: Help me. -
|Xenon|Mapper| - 18.01.2013
Quote:
Originally Posted by zde5
|
I already have it. And placed into the Server.cfg,
Re: Help me. -
theonethatownz - 18.01.2013
Check your MYSQL include which is with the script, Pawno > includes > a_mysql.inc > Right Click > Edit, See who has made the include and download the latest include and server plugin, Re-compile and you should be sorted.
Re: Help me. -
Infinity90 - 18.01.2013
In your script, past your #include <blah>...Past them all.
Re: Help me. -
|Xenon|Mapper| - 18.01.2013
Quote:
Originally Posted by Infinity90
In your script, past your #include <blah>...Past them all.
|
#include <a_samp>
#include <a_mysql>
#include <yom_buttons>
#include <streamer>
#include <SII>
#include <ecmd>
#include <sscanf2>
There them all, Now what can I do, I have tryed to update them all.
Re: Help me. -
Infinity90 - 18.01.2013
Here is the error:
[11:26:59] Error: Function not registered: 'mysql_query'
Thats causing it not to load.
Download this:
http://files.g-stylezzz.com/mysql/re...-win32_vs9.rar
Replace everything it asks.
Your currently using R7 MYSQL and mysql_query got removed and created something else.
Re: Help me. -
|Xenon|Mapper| - 18.01.2013
I fixed the MYSQL problem now, this is happening.
[12:01:08] [MySQL] Connecting to 'Hostname'...
[12:01:10] [MySQL] Connection to 'Hostname' failed!
[12:01:10] Authenticated successfully.
Whats wrong now?