(Linux VPS)Gamemode Unknow(HELP) -
James_Alonzo - 30.07.2013
Hi ,
when i start my server , it's send me : Unknow Gamemode , I properly Installer mysql-server and mysql-client .
Mysql properly worked because the PHPMYADMIN that i installed work really good.
Samp Log :
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[20:45:13] filterscripts = "" (string)
[20:45:13] weburl = "www.sa-mp.com" (string)
[20:45:13]
[20:45:13] Server Plugins
[20:45:13] --------------
[20:45:13] Loading plugin: streamer.so
[20:45:13]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[20:45:13] Loaded.
[20:45:13] Loading plugin: mysql.so
[20:45:13] SA:MP MySQL Plugin v2.1.1 Loaded.
[20:45:13] Loaded.
[20:45:13] Loading plugin: sscanf.so
[20:45:13]
[20:45:13] ===============================
[20:45:13] sscanf plugin loaded.
[20:45:13] Version: 2.8.1
[20:45:13] © 2012 Alex "******" Cole
[20:45:13] ===============================
[20:45:13] Loaded.
[20:45:13] Loaded 3 plugins.
[20:45:13] [MySQL] Thread running. Threadsafe: Yes.
[20:45:13]
[20:45:13] Ban list
[20:45:13] --------
[20:45:13] Loaded: samp.ban
[20:45:13]
[20:45:13]
[20:45:13] Filterscripts
[20:45:13] ---------------
[20:45:13] Loaded 0 filterscripts.
[20:45:13] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
[20:45:13] Number of vehicle models: 0
When i compile the Gamemode :
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 23728 bytes
Code size: 2533372 bytes
Data size: 13767444 bytes
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:16340928 bytes
0 Errors , 0 Warnings .
I updated all plugins , so i don't know where is the problem.
P.S : Sorry for my bad english
Have a nice day.
Re: (Linux VPS)Gamemode Unknow(HELP) -
Konstantinos - 30.07.2013
Load nativechecker plugin and start the server. You're missing a/more plugin(s).
Re: (Linux VPS)Gamemode Unknow(HELP) -
James_Alonzo - 30.07.2013
[21:07:56] Error: Function not registered: 'mysql_fetch_row_format'
[21:07:56] Error: Function not registered: 'mysql_fetch_field_row'
Oo what i have to do ?
Re: (Linux VPS)Gamemode Unknow(HELP) -
Konstantinos - 30.07.2013
Are you sure that you use the correct MySQL plugin? There are current 4 in SA:MP.
Re: (Linux VPS)Gamemode Unknow(HELP) -
James_Alonzo - 30.07.2013
How to know which one i use ? Because on Windows it's Work perfectly :O
Re: (Linux VPS)Gamemode Unknow(HELP) -
Konstantinos - 30.07.2013
Well, you're loading StrickenKid's MySQL plugin to the host. Are you use you're using the same plugin to localhost as well? You may use BlueG's plugin.
Re: (Linux VPS)Gamemode Unknow(HELP) -
James_Alonzo - 30.07.2013
[21:48:05] Loading plugin: mysql.so
[21:48:05] Failed (plugins/mysqlo.so: undefined symbol: _Z13stringvprintfPKcPc)
Re: (Linux VPS)Gamemode Unknow(HELP) -
linuxthefish - 30.07.2013
Quote:
Originally Posted by James_Alonzo
[21:48:05] Loading plugin: mysql.so
[21:48:05] Failed (plugins/mysqlo.so: undefined symbol: _Z13stringvprintfPKcPc)
|
What version of the plugin did you download, and what server OS are you running?
Re: (Linux VPS)Gamemode Unknow(HELP) -
James_Alonzo - 30.07.2013
I took R6 version ( my OS : Debian 6 ) and now it's work , Thanks