Need help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Need help (
/showthread.php?tid=580849)
Need help -
STONEGOLD - 08.07.2015
PHP код:
[Wed Jul 8 21:50:03 2015] -------------------------
[Wed Jul 8 21:50:03 2015] Logging Started
[Wed Jul 8 21:50:03 2015] -------------------------
[Wed Jul 8 21:50:11 2015] -------------------------
[Wed Jul 8 21:50:11 2015] Logging Ended
[Wed Jul 8 21:50:11 2015] -------------------------
[Wed Jul 8 21:52:10 2015] -------------------------
[Wed Jul 8 21:52:10 2015] Logging Started
[Wed Jul 8 21:52:10 2015] -------------------------
mysql log ^^^
PHP код:
echo Executing Server Config...
rcon_password 12345
maxplayers 50
port 7152
bind 62.210.96.2
hostname Cop And Robbers
lanmode 0
gamemode0 grab 1
plugins mysql.so sscanf.so streamer.so whirlpool.so
filterscripts ZeroHouse
announce 0
query 1
weburl www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 14
logtimeformat [%H:%M:%S]
chatlogging 0
rcon 0
PHP код:
SA-MP Dedicated Server
----------------------
v0.3.7, (C)2005-2015 SA-MP Team
[22:02:51]
[22:02:51] Server Plugins
[22:02:51] --------------
[22:02:51] Loading plugin: mysql.so
[22:02:51] SA:MP MySQL Plugin v2.1.1 Loaded.
[22:02:51] Loaded.
[22:02:51] Loading plugin: sscanf.so
[22:02:51]
[22:02:51] ===============================
[22:02:51] sscanf plugin loaded.
[22:02:51] Version: 2.8.1
[22:02:51] (c) 2012 Alex "******" Cole
[22:02:51] ===============================
[22:02:51] Loaded.
[22:02:51] Loading plugin: streamer.so
[22:02:51]
*** Streamer Plugin v2.7.6 by Incognito loaded ***
[22:02:51] Loaded.
[22:02:51] Loading plugin: whirlpool.so
[22:02:51]
[22:02:51] ==================
[22:02:51]
[22:02:51] Whirlpool loaded
[22:02:51]
[22:02:51] ==================
[22:02:51]
[22:02:51] Loaded.
[22:02:51] Loaded 4 plugins.
[22:02:51] [MySQL] Thread running. Threadsafe: Yes.
[22:02:51]
[22:02:51] Filterscripts
[22:02:51] ---------------
[22:02:51] Loading filterscript 'ZeroHouse.amx'...
[22:02:51]
[22:02:51]
[22:02:51]
[22:02:51] =======================================
[22:02:51] | |
[22:02:51] | YSI version 3.09.0684 |
[22:02:51] | By Alex "******" Cole |
[22:02:51] | |
[22:02:51] =======================================
[22:02:51]
[22:02:51]
-----------------Loading-----------------
[22:02:51] House System V1.0 by (Emrah Malkic)Zero_Cool
[22:02:51] Houses Interiors Created:10
[22:02:51] Created Houses:0
[22:02:51] [TdMenu]: Menu 1 Created
[22:02:51] [TdMenu]: Menu 2 Created
[22:02:51] [TdMenu]: Menu 3 Created
[22:02:51] [TdMenu]: Menu 4 Created
[22:02:51] [TdMenu]: Menu 5 Created
[22:02:51] [TdMenu]: Menu 6 Created
[22:02:51] [TdMenu]: Menu 7 Created
[22:02:51] [TdMenu]: Menu 8 Created
[22:02:51] [TdMenu]: Menu 9 Created
[22:02:51] [TdMenu]: Menu 10 Created
[22:02:51] [TdMenu]: Menu 11 Created
[22:02:51] [TdMenu]: Menu 12 Created
[22:02:51] [TdMenu]: Menu 13 Created
[22:02:51] [TdMenu]: Menu 14 Created
[22:02:51] [TdMenu]: Menu 15 Created
[22:02:51] [TdMenu]: Menu 16 Created
[22:02:51] [TdMenu]: Menu 17 Created
[22:02:51] [TdMenu]: Menu 18 Created
[22:02:51] [TdMenu]: Menu 19 Created
[22:02:51] -----------------Loaded-----------------
[22:02:51] Loaded 1 filterscripts.
[22:02:51] Script[gamemodes/grab.amx]: Run time error 19: "File or function is not found"
[22:02:51] Number of vehicle models: 0
I don't know what's wrong really. I am trying to run my server on hosting. I need your help to let me know what's the problem? I would be your thankful.
Re: Need help -
stueycow - 08.07.2015
Any plugins Missing? Install nativechecker (
https://sampforum.blast.hk/showthread.php?tid=249226) and see if that brings anything up
Re: Need help -
STONEGOLD - 08.07.2015
should i write native.so ?
plugins mysql.so sscanf.so streamer.so whirlpool.so native.so? like this?
Re: Need help -
STONEGOLD - 08.07.2015
i got this
PHP код:
[22:20:29] Error: Function not registered: 'mysql_log'
[22:20:29] Error: Function not registered: 'mysql_format'
[22:20:29] Error: Function not registered: 'mysql_tquery'
[22:20:29] Error: Function not registered: 'cache_get_data'
[22:20:29] Error: Function not registered: 'cache_get_field_content'
[22:20:29] Error: Function not registered: 'cache_get_field_content_int'
[22:20:29] Error: Function not registered: 'cache_insert_id'
[22:20:29] Script[gamemodes/grab.amx]: Run time error 19: "File or function is not found"
[22:20:29] Number of vehicle models: 0
Do i need to update my mysql plugins? or what?
Re: Need help -
Michael B - 08.07.2015
Yeah, use the .so version of the plugins, as you're hosting on Linux.
If you added nativechecker, make sure it's placed at the very end of your plugins line, inside server.cfg, because will interfere with other plugins.
e.g.
plugins mysql.so sscanf.so streamer.so whirlpool.so
nativechecker.so
Re: Need help -
STONEGOLD - 08.07.2015
I m using latest mysql.
But which one should i use for linux
https://github.com/pBlueG/SA-MP-MySQL/releases
mysql-r39-3-centos7.tgz?
mysql-r39-3-debian7.tgz?
mysql-r39-3-win.zip?
Re: Need help -
STONEGOLD - 08.07.2015
need help. Which one should i use?
Re: Need help -
KingServerIRAN - 08.07.2015
Which does your script supports ??
Re: Need help -
STONEGOLD - 08.07.2015
R39-3 and i can't find mysql.so in R39-3 for linux
Re: Need help -
KingServerIRAN - 08.07.2015
Then use the r39 -3