Server shutting down,when server.exe finished. - 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 shutting down,when server.exe finished. (
/showthread.php?tid=435965)
Server shutting down,when server.exe finished. -
Moneymachine - 09.05.2013
PHP код:
SA-MP Dedicated Server
----------------------
v0.3x, (C)2005-2013 SA-MP Team
[15:54:53]
[15:54:53] Server Plugins
[15:54:53] --------------
[15:54:53] Loading plugin: libmysql.dll
[15:54:53] Plugin does not conform to architecture.
[15:54:53] Failed.
[15:54:53] Loading plugin: sscanf.dll
[15:54:53]
[15:54:53] ===============================
[15:54:53] sscanf plugin loaded.
[15:54:53] (c) 2009 Alex "******" Cole
[15:54:53] 0.3d-R2 500 Players "dnee"
[15:54:53] ===============================
[15:54:53] Loaded.
[15:54:53] Loading plugin: streamer.dll
[15:54:53]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[15:54:53] Loaded.
[15:54:53] Loading plugin: whirlpool.dll
[15:54:53]
[15:54:53] ==================
[15:54:53]
[15:54:53] Whirlpool loaded
[15:54:53]
[15:54:53] ==================
[15:54:53]
[15:54:53] Loaded.
[15:54:53] Loading plugin: mysql.dll
[15:54:53]
> MySQL plugin R7 successfully loaded.
[15:54:53] Loaded.
[15:54:53] Loaded 4 plugins.
[15:54:53]
[15:54:53] Filterscripts
[15:54:53] ---------------
[15:54:53] Loading filterscript 'gcustom03e.amx'...
[15:54:53] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[15:54:53] Loading filterscript 'glass.amx'...
[15:54:53] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[15:54:53] Loading filterscript 'ircecho.amx'...
[15:54:53] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[15:54:53] Loading filterscript 'removebuilding.amx'...
[15:54:53] RemoveBuilding Filterscript Initiated
[15:54:53] Loading filterscript 'vactions.amx'...
[15:54:53] Loading filterscript 'yom_buttons.amx'...
[15:54:53] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[15:54:53] Loading filterscript 'tony_mapping.amx'...
[15:54:53] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[15:54:53] Loading filterscript 'andy_mapping.amx'...
[15:54:53] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[15:54:53] Loaded 8 filterscripts.
[15:54:54]
[15:54:54] =======================================
[15:54:54] | |
[15:54:54] | YSI version 1.03.0011 |
[15:54:54] | By Alex "******" Cole |
[15:54:54] | |
[15:54:54] | Checking the latest YSI version.. |
[15:54:54] | |
[15:54:54] =======================================
[15:54:54]
[15:54:54] OnGameo
[15:54:54] [MySQL] (Main Pipelines) Connecting to 91.121.111.162...
[15:54:54] [MySQL] (MainPipeline) Fatal Error! Could not connect to MySQL: Host 91.121.111.162 - DB: 9324_database - User: 9324_database
[15:54:54] [MySQL] Note: Make sure that you have provided the correct connection credentials.
[15:54:54] [LoadHouses] Loading data from database...
[15:54:54] [LoadDynamicDoors] Loading data from database...
[15:54:54] [LoadDynamicMapIcons] Loading data from database...
[15:54:54] [LoadMailboxes] Loading data from database...
[15:54:54] [LoadTurfWars] 0 turfs loaded.
[15:54:54] [LoadPaintballArenas] 10 paintball arenas loaded.
[15:54:54] [LoadEventPoints] 0 event points loaded.
[15:54:54] [LoadGates] 400 gates loaded.
[15:54:54] [LoadElevatorStuff] 20 floors loaded.
[15:54:54] [LoadFamilies] 16 families loaded.
[15:54:54] [LoadPoints] 9 points loaded.
[15:54:55] [LoadCDealerships] 15 dealerships loaded.
[15:54:55] [MiscLoad] Misc Loaded
[15:54:55] [LoadCrates] Load Query Sent
[15:55:07]
[15:55:
[15:55:07]
[15:55:07] Number of vehicle models: 91
[15:55:07] --- Server Shutting Down.
[15:55:07]
[15:55:07] ===============================
[15:55:07] sscanf plugin unloaded.
[15:55:07] ===============================
[15:55:07]
*** Streamer Plugin v2.6.1 by Incognito unloaded ***
[15:55:07]
[15:55:07] ====================
[15:55:07]
[15:55:07] Whirlpool unloaded
[15:55:07]
[15:55:07] ====================
[15:55:07]
[15:55:07]
> MySQL plugin unloaded.
Why does it shut down like that? Is it because the host cant be found or? If it is how can i change the server to localhost?
Re: Server shutting down,when server.exe finished. -
Kwarde - 09.05.2013
If the problem would be the failure of connection with the database it'd shutdown right after that failure.
Check your gamemode; does it have something like:
OnGameModeExit();
or
SendRconCommand("exit");
in it?
Either way, check your OnGameModeInit callback AFTER the
[LoadCrates] Load Query Sent print (so you most likely must search for
print("[LoadCrates] Load Query Sent");
If you can't figure it out, reply here with your entire OnGameModeInit callback (if it's too big, use pastebin.com off course

)
Re: Server shutting down,when server.exe finished. -
mineralo - 09.05.2013
if you stole it then its could have an antijack, like if ip doesn't match right adress then gm shuting down
Re: Server shutting down,when server.exe finished. -
superrobot48 - 09.05.2013
recompile script!
Re: Server shutting down,when server.exe finished. -
Moneymachine - 09.05.2013
SendRconCommand("exit");
That was the problem! Thanks

!