---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, ©2005-2015 SA-MP Team [21:16:36] filterscripts = "" (string) [21:16:36] [21:16:36] Server Plugins [21:16:36] -------------- [21:16:36] Loading plugin: mysql_static.so [21:16:36] >> plugin.mysql: R39-6 successfully loaded. [21:16:36] Loaded. [21:16:36] Loading plugin: streamer.so [21:16:36] *** Streamer Plugin v2.9.3 by Incognito loaded *** [21:16:36] Loaded. [21:16:36] Loading plugin: sscanf.so [21:16:36] [21:16:36] =============================== [21:16:36] sscanf plugin loaded. [21:16:36] Version: 2.8.1 [21:16:36] © 2012 Alex "Y_Less" Cole [21:16:36] =============================== [21:16:36] Loaded. [21:16:36] Loading plugin: Whirlpool.so [21:16:36] [21:16:36] ================== [21:16:36] [21:16:36] Whirlpool loaded [21:16:36] [21:16:36] ================== [21:16:36] [21:16:36] Loaded. [21:16:36] Loading plugin: nativechecker.so [21:16:36] Loaded. [21:16:36] Loaded 5 plugins. [21:16:36] [21:16:36] Filterscripts [21:16:36] --------------- [21:16:36] Loaded 0 filterscripts. [21:16:36] Error: Function not registered: 'IRC_GetUserChannelMode' [21:16:36] Error: Function not registered: 'IRC_GroupSay' [21:16:36] Error: Function not registered: 'IRC_Connect' [21:16:36] Error: Function not registered: 'IRC_SetIntData' [21:16:36] Error: Function not registered: 'IRC_CreateGroup' [21:16:36] Error: Function not registered: 'IRC_Quit' [21:16:36] Error: Function not registered: 'IRC_DestroyGroup' [21:16:36] Error: Function not registered: 'IRC_JoinChannel' [21:16:36] Error: Function not registered: 'IRC_AddToGroup' [21:16:36] Error: Function not registered: 'IRC_SendRaw' [21:16:36] Error: Function not registered: 'IRC_RemoveFromGroup' [21:16:36] Error: Function not registered: 'IRC_Say' [21:16:36] Error: Function not registered: 'IRC_Notice' [21:16:36] Error: Function not registered: 'IRC_ChangeNick' [21:16:36] Script[gamemodes/LS-CNR.amx]: Run time error 19: "File or function is not found" [21:16:36] Number of vehicle models: 0 [21:16:48] [connection] 117.102.5.89:61119 requests connection cookie. [21:16:49] [connection] incoming connection: 117.102.5.89:61119 id: 0 [21:16:50] [warning] dropping a split packet from client [21:16:51] [warning] dropping a split packet from client [21:16:52] [warning] dropping a split packet from client [21:16:53] [warning] dropping a split packet from client
The gamemode is still compiled with the IRC plugin included, so even though you aren't running it, the script is still looking for it... Fix that, and it may run fine... However, the IRC plugin alone shouldn't stop the server, so I suspect you're missing other portions, via either deleting them, or by you simply trying to do something in a way that you shouldn't.
If the MySQL plugin can't connect or get the data it needs, that'll sometimes cause the unknown gamemode output. You need to not just not run the plugin, you need to disable the IRC portion of the script you have. |