mysql_retrieve_row is not found - 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_retrieve_row is not found (
/showthread.php?tid=648870)
mysql_retrieve_row is not found -
Ducati - 29.01.2018
Does anybody know why mysql_retrieve_row and mysql_fetch_field_row cannot be found?
(Yes I know i'm using a very old MySQL plugin but it is the only one with which the gamemode will compile without errors)
Код:
Loading plugin: mysql
SA:MP MySQL Plugin v2.1.1 Loaded.
Loaded.
Loading plugin: streamer
[MySQL] Thread running. Threadsafe: Yes.
*** Streamer Plugin v2.9.2 by Incognito loaded ***
Loaded.
Loading plugin: Whirlpool
==================
Whirlpool loaded
==================
Loaded.
Loaded 5 plugins.
Ban list
--------
Loaded: samp.ban
Started server on port: 7777, with maxplayers: 50 lanmode is OFF.
Filterscripts
---------------
Loaded 0 filterscripts.
[debug] Run time error 19: "File or function is not found"
[debug] mysql_retrieve_row
[debug] mysql_fetch_field_row
[debug] Run time error 19: "File or function is not found"
[debug] mysql_retrieve_row
[debug] mysql_fetch_field_row
in a_mysql.inc:
Код:
native mysql_retrieve_row(connectionHandle = 1);
native mysql_fetch_field_row(string[], const fieldname[], connectionHandle = 1);
Re: mysql_retrieve_row is not found -
Mugala - 29.01.2018
you're using different MySQL plugin.