[+REP]Server Crash
#3

This is all what I have in NGRP.pwn

Код:
		/*  ---------------- SCRIPT REVISION ----------------- */

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

#define SERVER_GM_TEXT "VR:RP V2.4.1"

#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;
}

public OnGameModeExit()
{
    g_mysql_Exit();
	return 1;
}
Reply


Messages In This Thread
[+REP]Server Crash - by [S-G]Cypher - 04.10.2015, 14:43
Re: [+REP]Server Crash - by alexanderjb918 - 04.10.2015, 15:28
Re: [+REP]Server Crash - by [S-G]Cypher - 04.10.2015, 15:33
Re: [+REP]Server Crash - by alexanderjb918 - 04.10.2015, 16:13
Re: [+REP]Server Crash - by [S-G]Cypher - 04.10.2015, 16:28

Forum Jump:


Users browsing this thread: 2 Guest(s)