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.