Getting error - 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: Getting error (
/showthread.php?tid=529484)
Getting error -
krytans - 02.08.2014
PHP код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z-R3, (C)2005-2014 SA-MP Team
[19:23:02] filterscripts = "" (string)
[19:23:02]
[19:23:02] Server Plugins
[19:23:02] --------------
[19:23:02] Loading plugin: sscanf
[19:23:02]
[19:23:02] ===============================
[19:23:02] sscanf plugin loaded.
[19:23:02] Version: 2.8.1
[19:23:02] (c) 2012 Alex "******" Cole
[19:23:02] ===============================
[19:23:02] Loaded.
[19:23:02] Loading plugin: STREAMER
[19:23:02]
*** Streamer Plugin v2.7.2 by Incognito loaded ***
[19:23:02] Loaded.
[19:23:02] Loading plugin: nativechecker
[19:23:02] Loaded.
[19:23:02] Loading plugin: mysql
[19:23:02]
> MySQL plugin R5 successfully loaded.
[19:23:02] Loaded.
[19:23:02] Loading plugin: FileManager
[19:23:02] ******************
[19:23:02] ** FILE MANAGER **
[19:23:02] ** Loaded **
[19:23:02] ** Version 1.1 **
[19:23:02] ******************
[19:23:02] Loaded.
[19:23:02] Loading plugin: irc
[19:23:02]
*** IRC Plugin v1.4.5 by Incognito loaded ***
[19:23:02] Loaded.
[19:23:03] Loading plugin: irc2
[19:23:03]
*** IRC Plugin v1.4.5 by Incognito loaded ***
[19:23:03] Loaded.
[19:23:03] Loaded 7 plugins.
[19:23:03]
[19:23:03] Filterscripts
[19:23:03] ---------------
[19:23:03] Loaded 0 filterscripts.
[19:23:03] Error: Function not registered: 'IRC_GetUserChannelMode'
[19:23:03] Error: Function not registered: 'mysql_connect'
[19:23:03] Error: Function not registered: 'mysql_debug'
[19:23:03] Error: Function not registered: 'mysql_ping'
[19:23:03] Error: Function not registered: 'mysql_reconnect'
[19:23:03] Error: Function not registered: 'IRC_Connect'
[19:23:03] Error: Function not registered: 'IRC_SetIntData'
[19:23:03] Error: Function not registered: 'IRC_CreateGroup'
[19:23:03] Error: Function not registered: 'IRC_Quit'
[19:23:03] Error: Function not registered: 'IRC_DestroyGroup'
[19:23:03] Error: Function not registered: 'IRC_GroupSay'
[19:23:03] Error: Function not registered: 'mysql_real_escape_string'
[19:23:03] Error: Function not registered: 'mysql_query'
[19:23:03] Error: Function not registered: 'mysql_store_result'
[19:23:03] Error: Function not registered: 'mysql_num_rows'
[19:23:03] Error: Function not registered: 'mysql_free_result'
[19:23:03] Error: Function not registered: 'mysql_retrieve_row'
[19:23:03] Error: Function not registered: 'mysql_fetch_field_row'
[19:23:03] Error: Function not registered: 'IRC_JoinChannel'
[19:23:03] Error: Function not registered: 'IRC_AddToGroup'
[19:23:03] Error: Function not registered: 'IRC_SendRaw'
[19:23:03] Error: Function not registered: 'IRC_RemoveFromGroup'
[19:23:03] Error: Function not registered: 'IRC_GroupNotice'
[19:23:03] Error: Function not registered: 'IRC_Say'
[19:23:03] Error: Function not registered: 'mysql_fetch_row_format'
Re: Getting error -
McBan - 02.08.2014
Hi,
Make sure if your using a online web host to host this server that they have the latest version of MySQL aswell as if your home hosting it, Make sure you have updated your WAMP/XAMPP etc.
Re: Getting error -
Stanford - 02.08.2014
Did you compile your script? do you have the proper plugins?
Re: Getting error -
BlackM - 02.08.2014
Go to your server.cfg and make sure to make nativechecker the last plugin in the list there. So it should be the last plugin to be loaded.