5 error's.
#8

Quote:
Originally Posted by TFreemen
Посмотреть сообщение
Post the latest message from server.log.
Just in case both. HELP :/
[ GM ]
Код:
			/*  ---------------- SCRIPT REVISION ----------------- */

// Do not forget to change this everytime you commit - it's mandatory!

#define SERVER_GM_TEXT "****:**.**"

#include <a_samp>
#include <a_mysql>	
#include <streamer>
#include <yom_buttons>		
#include <ZCMD>
#include <sscanf2>
#include <foreach>
#include <YSI\y_timers>
#include <YSI\y_utils>
#if defined SOCKET_ENABLED
#include <socket>
#endif
#include "./includes/defines.pwn"
#include "./includes/enums.pwn"
#include "./includes/variables.pwn"
#include "./includes/timers.pwn"
#include "./includes/functions.pwn"
#include "./includes/commands.pwn"
#include "./includes/mysql.pwn"
#include "./includes/OnPlayerLoad.pwn"
#include "./includes/callbacks.pwn"
#include "./includes/textdraws.pwn"
#include "./includes/streamer.pwn"
#include "./includes/OnDialogResponse.pwn"

main() {}

public OnGameModeInit()
{
	print("Preparing the gamemode, please wait...");
	g_mysql_Init();
	return 1;
}
[ Server log ]
Код:
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[21:53:09] 
[21:53:09] Server Plugins
[21:53:09] --------------
[21:53:09]  Loading plugin: mysql
[21:53:09]  >> plugin.mysql: R33 successfully loaded.
[21:53:09]   Loaded.
[21:53:09]  Loading plugin: Whirlpool
[21:53:09]  
[21:53:09]  ==================
[21:53:09]  
[21:53:09]   Whirlpool loaded
[21:53:09]  
[21:53:09]  ==================
[21:53:09]  
[21:53:09]   Loaded.
[21:53:09]  Loading plugin: streamer
[21:53:09] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[21:53:09]   Loaded.
[21:53:09]  Loading plugin: sscanf
[21:53:09] 

[21:53:09]  ===============================

[21:53:09]       sscanf plugin loaded.     

[21:53:09]    © 2009 Alex "******" Cole

[21:53:09]    0.3d-R2 500 Players "dnee"

[21:53:09]  ===============================

[21:53:09]   Loaded.
[21:53:09]  Loading plugin: nativechecker
[21:53:09]   Loaded.
[21:53:09]  Loaded 5 plugins.

[21:53:09] 
[21:53:09] Filterscripts
[21:53:09] ---------------
[21:53:09]   Loading filterscript 'yom_buttons.amx'...
[21:53:09]   Loading filterscript 'vactions.amx'...
[21:53:09]   Loading filterscript 'Server.amx'...
[21:53:09]   Loading filterscript 'PlayerInteriors.amx'...
[21:53:09]   Loading filterscript 'PlayerExteriors.amx'...
[21:53:09]   Loaded 5 filterscripts.

[21:53:11] OnGameo
[21:53:11]  
[21:53:11]  
[21:53:11]  
[21:53:11]  ======================================= 
[21:53:11]  |                                     | 
[21:53:11]  |        YSI version 3.09.0684        | 
[21:53:11]  |        By Alex "******" Cole        | 
[21:53:11]  |                                     | 
[21:53:11]  ======================================= 
[21:53:11]  
[21:53:11]  
[21:53:11]  
[21:53:11] Preparing the gamemode, please wait...
[21:53:12] [MySQL] (Main Pipelines) Connecting to 127.0.0.1...
[21:53:12] [MySQL] (MainPipeline) Fatal Error! Could not connect to MySQL: Host 127.0.0.1 - DB: sa-mp - User: root
[21:53:12] [MySQL] Note: Make sure that you have provided the correct connection credentials.
[21:53:12] [MySQL] Error number: 1045
[21:53:12] [Dynamic Giftbox] Loading the Dynamic Giftbox...
[21:53:12] [LoadCrates] Load Query Sent
[21:53:12] [LoadHouses] Loading data from database...
[21:53:12] [LoadDynamicDoors] Loading data from database...
[21:53:12] [LoadDynamicMapIcons] Loading data from database...
[21:53:12] [LoadMailboxes] Loading data from database...
[21:53:12] [LoadBusinesses] Loading data from database...
[21:53:12] [LoadAuctions] Loading data from database...
[21:53:12] [LoadTxtLabels] Loading data from database...
[21:53:12] [LoadPlants] Loading data from database...
[21:53:12] [SpeedCameras] Loading data from database...
[21:53:12] [LoadPayNSprays] Loading data from database...
[21:53:12] [LoadArrestPoints] Loading data from database...
[21:53:12] [LoadImpoundPoints] Loading data from database...
[21:53:12] [LoadRelayForLifeTeams] Loading data from database...
[21:53:12] [LoadBusinessSales] Loading data from database...
[21:53:13] [LoadTurfWars] 65 turfs loaded.
[21:53:13] [LoadPaintballArenas] 10 paintball arenas loaded.
[21:53:13] [LoadEventPoints] 0 event points loaded.
[21:53:13] [LoadGates] Loading data from database...
[21:53:13] [LoadElevatorStuff] 20 floors loaded.
[21:53:13] [LoadFamilies] Loading data from database...
[21:53:13] [LoadFamilyPoints] Loading Family Points from the database, please wait...
[21:53:13] [MiscLoad] Misc Loaded
[21:53:13] Resetting news...
[21:53:13] Resetting default server variables..
[21:53:13] Adjusted the server time...
[21:53:13] [Streamer] Loading Dynamic Static Vehicles...
[21:53:13] [Streamer] Dynamic Static Vehicles has been loaded.
[21:53:13] [Streamer] Loading Dynamic Pickups...
[21:53:13] [Streamer] Dynamic Pickups has been loaded.
[21:53:13] [Streamer] Loading 3D Text Labels...
[21:53:13] [Streamer] Dynamic 3D Text Labels has been loaded.
[21:53:13] [Streamer] Loading Dynamic Buttons...
[21:53:13] [Streamer] Dynamic Buttons has been loaded.
[21:53:13] [Streamer] Loading Dynamic Objects...
[21:53:13] [Streamer] Dynamic Objects has been loaded.
[21:53:13] [Textdraws] Loading Textdraws...
[21:53:13] [Textdraws] Loaded textdraws.
[21:53:13] [Dynamic Groups] Loading Dynamic Groups...
[21:53:13] [Dynamic Groups] Loading Dynamic Groups Vehicles...
[21:53:13] 
-------------------------------------------
[21:53:13] ************

[21:53:13] Copyright © *******, LLC (2012-2013)
[21:53:13] All Rights Reserved
[21:53:13] -------------------------------------------

[21:53:13] Successfully initiated the gamemode...
[21:53:13] Number of vehicle models: 29
[21:53:13] --- Server Shutting Down.
[21:53:14] plugin.mysql: Unloading plugin...
Reply


Messages In This Thread
5 error's. - by Pr0GreSiVe - 20.01.2015, 18:00
Re: 5 error's. - by Glossy42O - 20.01.2015, 18:05
Re: 5 error's. - by TFreemen - 20.01.2015, 18:12
Re: 5 error's. - by Pr0GreSiVe - 20.01.2015, 18:43
Re: 5 error's. - by TFreemen - 20.01.2015, 18:53
Re: 5 error's. - by Pr0GreSiVe - 20.01.2015, 19:09
Re: 5 error's. - by TFreemen - 20.01.2015, 19:10
Re: 5 error's. - by Pr0GreSiVe - 20.01.2015, 19:15
Re: 5 error's. - by TFreemen - 20.01.2015, 19:22
Re: 5 error's. - by Pr0GreSiVe - 20.01.2015, 19:51

Forum Jump:


Users browsing this thread: 1 Guest(s)