Server Not Found? - 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: Server Not Found? (
/showthread.php?tid=423981)
Server Not Found? -
Tuntun - 20.03.2013
Hello
i useing a gamemode and it show Server Not Found. But no Error's in Pawno.
Server.cfg:
Код:
echo Executing Server Config...
lanmode 1
rcon_password imtuntunxd
maxplayers 130
port 7777
hostname Wroldikil
gamemode0 LoF 1
filterscripts
announce 1
query 1
plugins streamer sscanf a_mysql
chatlogging 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 5
logtimeformat [%H:%M:%S]
Server Log:
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[00:44:51] filterscripts = "" (string)
[00:44:51]
[00:44:51] Server Plugins
[00:44:51] --------------
[00:44:51] Loading plugin: streamer
[00:44:51]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[00:44:51] Loaded.
[00:44:51] Loading plugin: sscanf
[00:44:51]
[00:44:51] ===============================
[00:44:51] sscanf plugin loaded.
[00:44:51] © 2009 Alex "******" Cole
[00:44:51] 0.3d-R2 500 Players "dnee"
[00:44:51] ===============================
[00:44:51] Loaded.
[00:44:51] Loading plugin: a_mysql
[00:44:51] Failed.
[00:44:51] Loaded 2 plugins.
[00:44:51]
[00:44:51] Filterscripts
[00:44:51] ---------------
[00:44:51] Loaded 0 filterscripts.
[00:44:51] Script[gamemodes/LoF.amx]: Run time error 19: "File or function is not found"
[00:44:51] Number of vehicle models: 0
Look: i use 0.3x pawno.
Re: Server Not Found? -
newbienoob - 20.03.2013
Try use nativechecker plugin.
Re: Server Not Found? -
MarioVPS - 20.03.2013
if your server is using a_mysql plugin in your gamemode so remove it from your gamemode
becoz its have some problems
Re: Server Not Found? -
Tuntun - 20.03.2013
How? need to download anything?
Re: Server Not Found? -
newbienoob - 20.03.2013
Quote:
Originally Posted by Tuntun
How? need to download anything?
|
Search for nativechecker plugin. Put it in your plugins folder and add nativechecker in your server.cfg next to a_mysql. Run samp-server.exe
Re: Server Not Found? -
N0FeaR - 20.03.2013
This
https://sampforum.blast.hk/showthread.php?tid=249226
EDIT: And make sure that you have all plugins/include for 0.3x
Re: Server Not Found? -
Tuntun - 20.03.2013
Can i have download link please? i can't find it...
Re: Server Not Found? -
Gamer_007 - 20.03.2013
LOL see his gamemode name guys.How it will work??
Dude rename ur gamemode to LoF1 and change the "Lof 1" to "LoF1" in server.cfg.
Re: Server Not Found? -
Tuntun - 20.03.2013
My Server.cfg:
Код:
echo Executing Server Config...
lanmode 1
rcon_password imtuntunxd
maxplayers 130
port 7777
hostname Wou
gamemode0 LoF 1
filterscripts
announce 1
query 1
plugins streamer sscanf a_mysql nativechecker
chatlogging 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 5
logtimeformat [%H:%M:%S]
Server log:
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[01:00:09] filterscripts = "" (string)
[01:00:09]
[01:00:09] Server Plugins
[01:00:09] --------------
[01:00:09] Loading plugin: streamer
[01:00:09]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[01:00:09] Loaded.
[01:00:09] Loading plugin: sscanf
[01:00:09]
[01:00:09] ===============================
[01:00:09] sscanf plugin loaded.
[01:00:09] © 2009 Alex "******" Cole
[01:00:09] 0.3d-R2 500 Players "dnee"
[01:00:09] ===============================
[01:00:09] Loaded.
[01:00:09] Loading plugin: a_mysql
[01:00:09] Failed.
[01:00:09] Loading plugin: nativechecker
[01:00:09] Loaded.
[01:00:09] Loaded 3 plugins.
[01:00:09]
[01:00:09] Filterscripts
[01:00:09] ---------------
[01:00:09] Loaded 0 filterscripts.
[01:00:09] Error: Function not registered: 'mysql_query'
[01:00:09] Error: Function not registered: 'mysql_store_result'
[01:00:09] Error: Function not registered: 'mysql_fetch_row_format'
[01:00:09] Error: Function not registered: 'mysql_free_result'
[01:00:09] Error: Function not registered: 'mysql_real_escape_string'
[01:00:09] Error: Function not registered: 'mysql_reconnect'
[01:00:09] Error: Function not registered: 'mysql_num_rows'
[01:00:09] Error: Function not registered: 'mysql_retrieve_row'
[01:00:09] Error: Function not registered: 'mysql_fetch_field_row'
[01:00:09] Error: Function not registered: 'mysql_connect'
[01:00:09] Error: Function not registered: 'mysql_ping'
[01:00:09] Error: Function not registered: 'mysql_debug'
[01:00:09] Error: Function not registered: 'mysql_close'
[01:00:09] Error: Function not registered: 'mysql_fetch_int'
[01:00:09] Script[gamemodes/LoF.amx]: Run time error 19: "File or function is not found"
[01:00:09] Number of vehicle models: 0
What to do now?
Re: Server Not Found? -
newbienoob - 20.03.2013
I have experienced the same problem. Try to move a_mysql next to plugins
Код:
plugins a_mysql streamer sscanf nativechecker