SA-MP Forums Archive
function not registered - 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: function not registered (/showthread.php?tid=422276)



function not registered - Geeboi_Mehdi - 12.03.2013

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[19:02:04] filterscripts = "" (string)
[19:02:04]
[19:02:04] Server Plugins
[19:02:04] --------------
[19:02:04] Loading plugin: mysql
[19:02:04] SA:MP MySQL Plugin v2.1.1 Loaded.
[19:02:04] Loaded.
[19:02:04] Loading plugin: streamer
[19:02:04]

*** Streamer Plugin v2.5 by Incognito loaded ***

[19:02:04] Loaded.
[19:02:04] Loading plugin: sscanf
[19:02:04]

[19:02:04] [MySQL] Thread running. Threadsafe: Yes.
[19:02:04] ===============================

[19:02:04] sscanf plugin loaded.

[19:02:04] Version: 2.8.1

[19:02:04] © 2012 Alex "******" Cole

[19:02:04] ===============================

[19:02:04] Loaded.
[19:02:04] Loading plugin: nativechecker
[19:02:04] Loaded.
[19:02:04] Loaded 4 plugins.

[19:02:04]
[19:02:04] Filterscripts
[19:02:04] ---------------
[19:02:04] Loaded 0 filterscripts.

[19:02:04] Error: Function not registered: 'mysql_fetch_row_format'
[19:02:04] Error: Function not registered: 'mysql_reconnect'
[19:02:04] Error: Function not registered: 'mysql_retrieve_row'
[19:02:04] Error: Function not registered: 'mysql_fetch_field_row'
[19:02:04] Error: Function not registered: 'mysql_debug'
[19:02:04] Script[gamemodes/PH.amx]: Run time error 19: "File or function is not found"
[19:02:04] Number of vehicle models: 0
how do i register these function to make it work?


Re: function not registered - Bicentric - 12.03.2013

Right, I think this is because you're using a different MySQL plugin from the include you're using.

http://files.bicentric.co.uk/host/a_mysql.inc

Download that, place it in your /pawno/include folder, re-compile and see if it works.