5 error's.
#6

Quote:
Originally Posted by TFreemen
Посмотреть сообщение
No problemo.
And it is NGRP script :P
I have that and it looks the same:
Код:
			/*  ---------------- SCRIPT REVISION ----------------- */

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

    #define SERVER_GM_TEXT "NG:RP V2.4.140"

    #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;
    }
Can you help me with something? How to disable auto-shutdown option when i run samp-server.exe?
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: 2 Guest(s)