MySQL Another Issue ! - 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: MySQL Another Issue ! (
/showthread.php?tid=472829)
MySQL Another Issue ! -
hewittpro - 31.10.2013
I've recently purchased a host and had a few issues setting up my plugins, Do you guys see what the issue is here?I've updated my mysql to R7 at the link
-->
https://sampforum.blast.hk/showthread.php?tid=56564
This didn't come with a pawno>include file it was just a mysql.so aswell.
This is a gamemode i've downloaded and it didn't come with a Linix version of the MySQL plugin, so I used this one. I'm not 100% sure if this is correct or not? Top of my script has this:
If someone can help me with this I will sooo greatful. Thanks guys!
Error:
[01:52:52] Error: Function not registered: 'mysql_query'
Код:
SA-MP Dedicated Server
379 ----------------------
380 v0.3x, ©2005-2013 SA-MP Team
381
382 [01:52:52]
383 [01:52:52] Server Plugins
384 [01:52:52] --------------
385 [01:52:52] Loading plugin: mysql.so
386 [01:52:52]
387
388 > MySQL plugin R7 successfully loaded.
389
390 [01:52:52] Loaded.
391 [01:52:52] Loading plugin: streamer.so
392 [01:52:52]
393
394 *** Streamer Plugin v2.6.1 by Incognito loaded ***
395
396 [01:52:52] Loaded.
397 [01:52:52] Loading plugin: sscanf.so
398 [01:52:52]
399
400 [01:52:52] ===============================
401
402 [01:52:52] sscanf plugin loaded.
403
404 [01:52:52] © 2009 Alex "******" Cole
405
406 [01:52:52] 0.3d-R2 500 Players "dnee"
407
408 [01:52:52] ===============================
409
410 [01:52:52] Loaded.
411 [01:52:52] Loading plugin: audio.so
412 [01:52:52]
413
414 *** Audio Plugin v0.5 R2 by Incognito loaded ***
415
416 [01:52:52] Loaded.
417 [01:52:52] Loading plugin: nativechecker.so
418 [01:52:52] Loaded.
419 [01:52:52] Loaded 5 plugins.
420
421 [01:52:52]
422 [01:52:52] Ban list
423 [01:52:52] --------
424 [01:52:52] Loaded: samp.ban
425 [01:52:52]
426 [01:52:52]
427 [01:52:52] Filterscripts
428 [01:52:52] ---------------
429 [01:52:52] Loaded 0 filterscripts.
430
431 [01:52:52] Error: Function not registered: 'mysql_query'
432 [01:52:52] Script[gamemodes/hgrp10.amx]: Run time error 19: "File or function is not found"
433 [01:52:52] Number of vehicle models: 0
Re: MySQL Another Issue ! -
Scrillex - 31.10.2013
uhh maybe because you are using wrong plugin mate.. and y. Use crashdetector plugin v12.
Re: MySQL Another Issue ! -
Sublime - 31.10.2013
You have to use MySQL R6 files, not R7.