Добро пожаловать на Pro Pawn - Портал о PAWN-скриптинге.
Показано с 1 по 6 из 6
  1. #1
    Аватар для #enotik
    Пользователь

    Статус
    Оффлайн
    Регистрация
    16.11.2015
    Сообщений
    8
    Репутация:
    0 ±

    Server Closed to connection

    Эта шляпа не у одного меня..


    Список инклудов:

    PHP код:
    #include <a_samp>
    #include <a_actor>
    #include <a_http>
    #include <gl_common>
    #include <a_mysql>
    #include <sscanf>
    #include <dc_cmd>
    #include <streamer>
    #include <regex>
    #include <yom_buttons>
    #include <PointToPoint>
    #include <strlib>
    #include <mxINI>
    #include <YSI\y_va>(тут компилятор от Tracer1 выбил рекурсию)
    #include <md5> 
    Далее, сам паблик OnPlayerConnect()

    PHP код:
    public OnPlayerConnect(playerid)
    {
        new 
    ip[32],mes[128];
        new 
    nick pData[playerid][pNickname];
        
    GetPlayerIp(playerid,ip,32);
        for(new 
    i;i<MAX_PLAYERS;i++)
        {
            if(
    gReconnectTime[i] <= 0) continue;
            if(!
    strcmp(ip,gReconnectIP[i],false) && strlen(gReconnectIP[i]))
            {
                
    format(mes,sizeof(mes),"[A] Reconnect IP: %s = %s || Time: %d || NickName: %s",ip,gReconnectIP[i],gReconnectTime[i],nick);
                
    AdminChat(CGRAY,mes);
                
    gReconnectTime[i] += 10;
                
    SendClientMessage(playerid,CGRAY,"Перезаходить можно не менее чем через 10 секунд");
                
    /*if(gReconnectTime[i] >= 30)
                {
                    new mes[128];
                    format(mes,sizeof(mes),"banip %s",ip);
                    SendRconCommand(mes);
                }
                NewKick(playerid);*/
                
    return 0;
            }
        }
        
    CreateInventory(playerid);
        
    SetPlayerDataToDefault(playerid);
        
    format(pTemp[playerid][pIP],32,"%s",ip);
        new 
    slot;
        for(new 
    i;i<MAX_PLAYERS;i++)
        {
            if(!
    gReconnectTime[i]) {slot i; break;}
        }
        
    format(gReconnectIP[slot],32,"%s",pTemp[playerid][pIP]);
        
    gReconnectTime[slot] = 5;
        
    TextDrawShowForPlayer(playerid,gState99Text);
        
    CreateHungerTextDraw(playerid);
        
    //ResetPlayerWeaponsEx(playerid);
        
    new FloatgEateryPos[2], str[16];
        
    gEateryPos[0] = 450.0gEateryPos[1] = 125.0;
        for(new 
    04++) { // цены
            
    if(0gEateryPos[1] += 50.0;
            
    format(strsizeof(str), "$%i"gEateryCosts[x]);
            
    gEateryCostTextDraw[playerid][x] = CreatePlayerTextDraw(playeridgEateryPos[0], gEateryPos[1], str);
            
    PlayerTextDrawLetterSize(playeridgEateryCostTextDraw[playerid][x], 0.5600002.142500);
            
    PlayerTextDrawAlignment(playeridgEateryCostTextDraw[playerid][x], 1);
            
    PlayerTextDrawColor(playeridgEateryCostTextDraw[playerid][x], -1);
            
    PlayerTextDrawSetShadow(playeridgEateryCostTextDraw[playerid][x], 0);
            
    PlayerTextDrawSetOutline(playeridgEateryCostTextDraw[playerid][x], 1);
            
    PlayerTextDrawBackgroundColor(playeridgEateryCostTextDraw[playerid][x], 51);
            
    PlayerTextDrawFont(playeridgEateryCostTextDraw[playerid][x], 3);
            
    PlayerTextDrawSetProportional(playeridgEateryCostTextDraw[playerid][x], 1);
        }
        new 
    FloatgBarPos[2];
        
    gBarPos[0] = 450.0gBarPos[1] = 125.0;
        for(new 
    05++) { // цены
            
    if(0gBarPos[1] += 50.0;
            
    format(strsizeof(str), "$%i"gBarCosts[x]);
            
    gBarCostTextDraw[playerid][x] = CreatePlayerTextDraw(playeridgBarPos[0], gBarPos[1], str);
            
    PlayerTextDrawLetterSize(playeridgBarCostTextDraw[playerid][x], 0.5600002.142500);
            
    PlayerTextDrawAlignment(playeridgBarCostTextDraw[playerid][x], 1);
            
    PlayerTextDrawColor(playeridgBarCostTextDraw[playerid][x], -1);
            
    PlayerTextDrawSetShadow(playeridgBarCostTextDraw[playerid][x], 0);
            
    PlayerTextDrawSetOutline(playeridgBarCostTextDraw[playerid][x], 1);
            
    PlayerTextDrawBackgroundColor(playeridgBarCostTextDraw[playerid][x], 51);
            
    PlayerTextDrawFont(playeridgBarCostTextDraw[playerid][x], 3);
            
    PlayerTextDrawSetProportional(playeridgBarCostTextDraw[playerid][x], 1);
        }
        
    gSkinShopPriceDraw[playerid] = CreatePlayerTextDraw(playerid31.000000224.000000"_");
        
    PlayerTextDrawBackgroundColor(playeridgSkinShopPriceDraw[playerid], 255);
        
    PlayerTextDrawFont(playeridgSkinShopPriceDraw[playerid], 3);
        
    PlayerTextDrawLetterSize(playeridgSkinShopPriceDraw[playerid], 0.5000001.600000);
        
    PlayerTextDrawColor(playeridgSkinShopPriceDraw[playerid], -1);
        
    PlayerTextDrawSetOutline(playeridgSkinShopPriceDraw[playerid], 0);
        
    PlayerTextDrawSetProportional(playeridgSkinShopPriceDraw[playerid], 1);
        
    PlayerTextDrawSetShadow(playeridgSkinShopPriceDraw[playerid], 1);
        return 
    1;

    Помогите, я теряюсь в догадках, что же может быть..
    Весь-весь-весь приличный люд, превратился в сброд, не-не-не унять народ, здравствуй Новый Год.

  2. #2
    Аватар для Desulaid
    лесоруб продакшен

    Статус
    Оффлайн
    Регистрация
    15.03.2015
    Адрес
    Slobodskoy
    Сообщений
    667
    Репутация:
    236 ±
    Мне вот эта часть не нравится, может из-за нее?

    PHP код:
    for(new i;i<MAX_PLAYERS;i++)
    {
        if(
    gReconnectTime[i] <= 0) continue;
        if(!
    strcmp(ip,gReconnectIP[i],false) && strlen(gReconnectIP[i]))
        {
            
    format(mes,sizeof(mes),"[A] Reconnect IP: %s = %s || Time: %d || NickName: %s",ip,gReconnectIP[i],gReconnectTime[i],nick);
            
    AdminChat(CGRAY,mes);
            
    gReconnectTime[i] += 10;
            
    SendClientMessage(playerid,CGRAY,"Перезаходить можно не менее чем через 10 секунд");
            
    /*if(gReconnectTime[i] >= 30)
            {
                new mes[128];
                format(mes,sizeof(mes),"banip %s",ip);
                SendRconCommand(mes);
            }
            NewKick(playerid);*/
            
    return 0;
        }

    Хотя эту часть можно заменить, написать в сервер.кфг
    Код:
    minconnectiontime 10000

  3. #3
    Аватар для DeimoS
    Модератор?

    Статус
    Оффлайн
    Регистрация
    27.01.2014
    Адрес
    Восточный Мордор
    Сообщений
    5,588
    Репутация:
    1984 ±
    Эмм, а теперь покажите логи.
    Связаться со мной в VK можно через личные сообщения этой группы
    Заказы не принимаю

    Широко известно, что идеи стоят 0.8333 цента каждая (исходя из рыночной цены 10 центов за дюжину).
    Великих идей полно, на них нет спроса.
    Воплощение идеи в законченную игру требует долгой работы,
    таланта, терпения и креативности, не говоря уж о затратах денег, времени и ресурсов.
    Предложить идею просто, воплотить – вот в чём проблема

    Steve Pavlina

  4. #4
    Аватар для #enotik
    Пользователь

    Статус
    Оффлайн
    Регистрация
    16.11.2015
    Сообщений
    8
    Репутация:
    0 ±
    Цитата Сообщение от Untonyst Посмотреть сообщение
    Мне вот эта часть не нравится, может из-за нее?

    PHP код:
    for(new i;i<MAX_PLAYERS;i++)
    {
        if(
    gReconnectTime[i] <= 0) continue;
        if(!
    strcmp(ip,gReconnectIP[i],false) && strlen(gReconnectIP[i]))
        {
            
    format(mes,sizeof(mes),"[A] Reconnect IP: %s = %s || Time: %d || NickName: %s",ip,gReconnectIP[i],gReconnectTime[i],nick);
            
    AdminChat(CGRAY,mes);
            
    gReconnectTime[i] += 10;
            
    SendClientMessage(playerid,CGRAY,"Перезаходить можно не менее чем через 10 секунд");
            
    /*if(gReconnectTime[i] >= 30)
            {
                new mes[128];
                format(mes,sizeof(mes),"banip %s",ip);
                SendRconCommand(mes);
            }
            NewKick(playerid);*/
            
    return 0;
        }

    Хотя эту часть можно заменить, написать в сервер.кфг
    Код:
    minconnectiontime 10000
    Эту часть я убирал, проблема оставалась..
    После я ее переписал..

    - - - Добавлено - - -

    PHP код:

    ----------
    Loaded log file"server_log.txt".
    ----------

    SA-MP Dedicated Server
    ----------------------
    v0.3.7-R2, (C)2005-2015 SA-MP Team

    [02:56:35
    [
    02:56:35Server Plugins
    [02:56:35] --------------
    [
    02:56:35]  Loading pluginmysql.so
    [02:56:35

      > 
    MySQL plugin R6 successfully loaded.

    [
    02:56:35]   Loaded.
    [
    02:56:35]  Loading pluginsscanf.so
    [02:56:35

    [
    02:56:35]  ===============================

    [
    02:56:35]       sscanf plugin loaded.     

    [
    02:56:35]          Version:  2.8.1        

    [02:56:35]    (c2012 Alex "Y_Less" Cole  

    [02:56:35]  ===============================

    [
    02:56:35]   Loaded.
    [
    02:56:35]  Loading pluginPointToPoint.so
    [02:56:35]  PointToPoint Plugin Loaded.
    [
    02:56:35]   Loaded.
    [
    02:56:35]  Loading pluginregex.so
    [02:56:35

    [
    02:56:35______________________________________

    [02:56:35]  Regular Expression Plugin v0.2.1 loaded
    [02:56:35______________________________________

    [02:56:35]  ByFro (cCopyright <TBG2009-2011
    [02:56:35______________________________________

    [02:56:35]   Loaded.
    [
    02:56:35]  Loading plugindc_cmd.so
    [02:56:35]   Daniel's CMD plugin v2.8
    [02:56:35]     (c) 2014 Daniel_Cortez
    [02:56:35]     www.pro-pawn.ru
    [02:56:35]   Loaded.
    [02:56:35]  Loading plugin: streamer.so
    [02:56:35] 

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

    [02:56:35]   Loaded.
    [02:56:35]  Loaded 6 plugins.

    [02:56:35] 
    [02:56:35] Ban list
    [02:56:35] --------
    [02:56:35]  Loaded: samp.ban
    [02:56:35] 
    [02:56:35] 
    [02:56:35] Filterscripts
    [02:56:35] ---------------
    [02:56:35]   Loading filterscript '
    yom_buttons.amx'...
    [02:56:35]   Unable to load filterscript '
    yom_buttons.amx'.
    [02:56:35]   Loaded 0 filterscripts.

    [02:56:35]  
    [02:56:35]  
    [02:56:35]  
    [02:56:35]  ======================================= 
    [02:56:35]  |                                     | 
    [02:56:35]  |        YSI version 1.06.0002        | 
    [02:56:35]  |        By Alex "Y_Less" Cole        | 
    [02:56:35]  |                                     | 
    [02:56:35]  ======================================= 
    [02:56:35]  
    [02:56:35] Current day: 1463
    [02:56:35] Соединение с Mysql сервером установлено
    [02:56:35] 3 --- 1014
    [02:56:35] 490 houses loaded
    [02:56:35] Filling: 1, Mark[0]: 0
    [02:56:35] Filling: 2, Mark[0]: 0
    [02:56:35] Filling: 3, Mark[0]: 5000
    [02:56:35] Filling: 4, Mark[0]: 0
    [02:56:35] Банк Новостей успешно загружён, на счету $0.
    [02:56:35] Number of vehicle models: 103
    [02:56:35]  
    [02:56:35]  ========================================== 
    [02:56:35]  |                                        | 
    [02:56:35]  |  A new version (v3.09.0684) of YSI is  | 
    [02:56:35]  |            available from:             | 
    [02:56:35]  |                                        | 
    [02:56:35]  |     www.y-less.com/YSI/YSI_1.0.zip     | 
    [02:56:35]  |                                        | 
    [02:56:35]  | Changelog:                             | 
    [02:56:35]  |                                        | 
    [02:56:35]  |   3.00.0000:                           | 
    [02:56:35]  |                                        | 
    [02:56:35]  |   YSI 3.0 released!  Now includes the  | 
    [02:56:35]  | "y_text" library for better messages,  | 
    [02:56:35]  | and a reworked "y_classes" library.    | 
    [02:56:35]  | Largely documented here                | 
    [02:56:35]  | "http://forum.sa-mp.com/showthread.php | 
    [02:56:35]  | ?t=321092".                            | 
    [02:56:35]  |                                        | 
    [02:56:35]  |   3.01.0002:                           | 
    [02:56:35]  |                                        | 
    [02:56:35]  |   Small fixes to "y_text" and          | 
    [02:56:35]  | "y_classes".                           | 
    [02:56:35]  |                                        | 
    [02:56:35]  |   3.09.0684:                           | 
    [02:56:35]  |                                        | 
    [02:56:35]  |   Reverted to old download location.   | 
    [02:56:35]  | Improved (and fixed) version checks;   | 
    [02:56:35]  | added y_bitmap, y_areas, y_races,      | 
    [02:56:35]  | y_zonenames, better documentation;     | 
    [02:56:35]  | MANY other bug fixes - see the github  | 
    [02:56:35]  | repository for more details:           | 
    [02:56:35]  |                                        | 
    [02:56:35]  ========================================== 
    [02:56:35]  
    [02:58:12] [connection] 178.127.233.162:64345 requests connection cookie.
    [02:58:14] [connection] incoming connection: 178.127.233.162:64345 id: 0
    [02:58:14] [join] Andy_Fawkess has joined the server (0:178.127.233.162)
    [02:59:03] [chat] [Andy_Fawkess]: f
    [02:59:57] RCON (In-Game): Player #0 (Andy_Fawkess) failed login.
    [03:00:07] RCON (In-Game): Player #0 (Andy_Fawkess) has logged in.
    [03:00:14] RCON (In-Game): Player [Andy_Fawkess] sent command: say lol
    [03:00:18] RCON (In-Game): Player [Andy_Fawkess] sent command: say azaza
    [03:00:20] RCON (In-Game): Player [Andy_Fawkess] sent command: say azazaa
    [03:00:21] RCON (In-Game): Player [Andy_Fawkess] sent command: say azazaaa
    [03:00:22] RCON (In-Game): Player [Andy_Fawkess] sent command: say azazaaaa
    [03:00:24] RCON (In-Game): Player [Andy_Fawkess] sent command: say azazaaaaaaa
    [03:00:30] [part] Andy_Fawkess has left the server (0:1)
    [04:05:10] Saving 8

    ----------
    Loaded log file: "server_log.txt".
    ----------

    SA-MP Dedicated Server
    ----------------------
    v0.3.7-R2, (C)2005-2015 SA-MP Team

    [04:18:34] 
    [04:18:34] Server Plugins
    [04:18:34] --------------
    [04:18:34]  Loading plugin: mysql.so
    [04:18:34] 

      > MySQL plugin R6 successfully loaded.

    [04:18:34]   Loaded.
    [04:18:34]  Loading plugin: sscanf.so
    [04:18:34] 

    [04:18:34]  ===============================

    [04:18:34]       sscanf plugin loaded.     

    [04:18:34]          Version:  2.8.1        

    [04:18:34]    (c) 2012 Alex "Y_Less" Cole  

    [04:18:34]  ===============================

    [04:18:34]   Loaded.
    [04:18:34]  Loading plugin: PointToPoint.so
    [04:18:34]  PointToPoint Plugin Loaded.
    [04:18:34]   Loaded.
    [04:18:34]  Loading plugin: regex.so
    [04:18:34] 

    [04:18:34] ______________________________________

    [04:18:34]  Regular Expression Plugin v0.2.1 loaded
    [04:18:34] ______________________________________

    [04:18:34]  By: Fro (c) Copyright <TBG> 2009-2011
    [04:18:34] ______________________________________

    [04:18:34]   Loaded.
    [04:18:34]  Loading plugin: dc_cmd.so
    [04:18:34]   Daniel'
    s CMD plugin v2.8
    [04:18:34]     (c2014 Daniel_Cortez
    [04:18:34]     www.pro-pawn.ru
    [04:18:34]   Loaded.
    [
    04:18:34]  Loading pluginstreamer.so
    [04:18:34

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

    [
    04:18:34]   Loaded.
    [
    04:18:34]  Loaded 6 plugins.

    [
    04:18:34
    [
    04:18:34Ban list
    [
    04:18:34] --------
    [
    04:18:34]  Loadedsamp.ban
    [04:18:34
    [
    04:18:34
    [
    04:18:34Filterscripts
    [04:18:34] ---------------
    [
    04:18:34]   Loading filterscript 'yom_buttons.amx'...
    [
    04:18:34]   Unable to load filterscript 'yom_buttons.amx'.
    [
    04:18:34]   Loaded 0 filterscripts.

    [
    04:18:34]  
    [
    04:18:34]  
    [
    04:18:34]  
    [
    04:18:34]  ======================================= 
    [
    04:18:34]  |                                     | 
    [
    04:18:34]  |        YSI version 1.06.0002        
    [
    04:18:34]  |        By Alex "Y_Less" Cole        
    [
    04:18:34]  |                                     | 
    [
    04:18:34]  ======================================= 
    [
    04:18:34]  
    [
    04:18:34Current day1463
    [04:18:34Соединение с Mysql сервером установлено
    [04:18:34--- 1014
    [04:18:34490 houses loaded
    [04:18:34Filling1Mark[0]: 0
    [04:18:34Filling2Mark[0]: 0
    [04:18:34Filling3Mark[0]: 5000
    [04:18:34Filling4Mark[0]: 0
    [04:18:34Банк Новостей успешно загружённа счету $0.
    [04:18:34Number of vehicle models103
    [04:18:34]  
    [
    04:18:34]  ========================================== 
    [
    04:18:34]  |                                        | 
    [
    04:18:34]  |  new version (v3.09.0684of YSI is  
    [
    04:18:34]  |            available from:             | 
    [
    04:18:34]  |                                        | 
    [
    04:18:34]  |     www.y-less.com/YSI/YSI_1.0.zip     
    [
    04:18:34]  |                                        | 
    [
    04:18:34]  | Changelog:                             | 
    [
    04:18:34]  |                                        | 
    [
    04:18:34]  |   3.00.0000:                           | 
    [
    04:18:34]  |                                        | 
    [
    04:18:34]  |   YSI 3.0 released!  Now includes the  
    [
    04:18:34]  | "y_text" library for better messages,  | 
    [
    04:18:34]  | and a reworked "y_classes" library.    | 
    [
    04:18:34]  | Largely documented here                
    [
    04:18:34]  | "http://forum.sa-mp.com/showthread.php | 
    [04:18:34]  | ?t=321092"
    .                            | 
    [
    04:18:34]  |                                        | 
    [
    04:18:34]  |   3.01.0002:                           | 
    [
    04:18:34]  |                                        | 
    [
    04:18:34]  |   Small fixes to "y_text" and          | 
    [
    04:18:34]  | "y_classes".                           | 
    [
    04:18:34]  |                                        | 
    [
    04:18:34]  |   3.09.0684:                           | 
    [
    04:18:34]  |                                        | 
    [
    04:18:34]  |   Reverted to old download location.   | 
    [
    04:18:34]  | Improved (and fixedversion checks;   | 
    [
    04:18:34]  | added y_bitmapy_areasy_races,      | 
    [
    04:18:34]  | y_zonenamesbetter documentation;     | 
    [
    04:18:34]  | MANY other bug fixes see the github  
    [
    04:18:34]  | repository for more details:           | 
    [
    04:18:34]  |                                        | 
    [
    04:18:34]  ========================================== 
    [
    04:18:34]  
    [
    04:19:27] [connection178.127.233.162:58011 requests connection cookie.
    [
    04:19:28] [connectionincoming connection178.127.233.162:58011 id0
    [04:19:29] [joinAndy_Fawkess has joined the server (0:178.127.233.162)
    [
    04:23:29] [partAndy_Fawkess has left the server (0:1)

    ----------
    Loaded log file"server_log.txt".
    ----------

    SA-MP Dedicated Server
    ----------------------
    v0.3.7-R2, (C)2005-2015 SA-MP Team

    [04:29:04
    [
    04:29:04Server Plugins
    [04:29:04] --------------
    [
    04:29:04]  Loading pluginmysql.so
    [04:29:04

      > 
    MySQL plugin R6 successfully loaded.

    [
    04:29:04]   Loaded.
    [
    04:29:04]  Loading pluginsscanf.so
    [04:29:04

    [
    04:29:04]  ===============================

    [
    04:29:04]       sscanf plugin loaded.     

    [
    04:29:04]          Version:  2.8.1        

    [04:29:04]    (c2012 Alex "Y_Less" Cole  

    [04:29:04]  ===============================

    [
    04:29:04]   Loaded.
    [
    04:29:04]  Loading pluginPointToPoint.so
    [04:29:04]  PointToPoint Plugin Loaded.
    [
    04:29:04]   Loaded.
    [
    04:29:04]  Loading pluginregex.so
    [04:29:04

    [
    04:29:04______________________________________

    [04:29:04]  Regular Expression Plugin v0.2.1 loaded
    [04:29:04______________________________________

    [04:29:04]  ByFro (cCopyright <TBG2009-2011
    [04:29:04______________________________________

    [04:29:04]   Loaded.
    [
    04:29:04]  Loading plugindc_cmd.so
    [04:29:04]   Daniel's CMD plugin v2.8
    [04:29:04]     (c) 2014 Daniel_Cortez
    [04:29:04]     www.pro-pawn.ru
    [04:29:04]   Loaded.
    [04:29:04]  Loading plugin: streamer.so
    [04:29:04] 

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

    [04:29:04]   Loaded.
    [04:29:04]  Loaded 6 plugins.

    [04:29:04] 
    [04:29:04] Ban list
    [04:29:04] --------
    [04:29:04]  Loaded: samp.ban
    [04:29:04] 
    [04:29:04] 
    [04:29:04] Filterscripts
    [04:29:04] ---------------
    [04:29:04]   Loading filterscript '
    yom_buttons.amx'...
    [04:29:04]   Unable to load filterscript '
    yom_buttons.amx'.
    [04:29:04]   Loaded 0 filterscripts.

    [04:29:04]  
    [04:29:04]  
    [04:29:04]  
    [04:29:04]  ======================================= 
    [04:29:04]  |                                     | 
    [04:29:04]  |        YSI version 1.06.0002        | 
    [04:29:04]  |        By Alex "Y_Less" Cole        | 
    [04:29:04]  |                                     | 
    [04:29:04]  ======================================= 
    [04:29:04]  
    [04:29:04] Current day: 1463
    [04:29:04] Соединение с Mysql сервером установлено
    [04:29:04] 3 --- 1014
    [04:29:04] 490 houses loaded
    [04:29:04] Filling: 1, Mark[0]: 0
    [04:29:04] Filling: 2, Mark[0]: 0
    [04:29:04] Filling: 3, Mark[0]: 5000
    [04:29:04] Filling: 4, Mark[0]: 0
    [04:29:04] Банк Новостей успешно загружён, на счету $0.
    [04:29:04] Number of vehicle models: 103
    [04:29:04]  
    [04:29:04]  ========================================== 
    [04:29:04]  |                                        | 
    [04:29:04]  |  A new version (v3.09.0684) of YSI is  | 
    [04:29:04]  |            available from:             | 
    [04:29:04]  |                                        | 
    [04:29:04]  |     www.y-less.com/YSI/YSI_1.0.zip     | 
    [04:29:04]  |                                        | 
    [04:29:04]  | Changelog:                             | 
    [04:29:04]  |                                        | 
    [04:29:04]  |   3.00.0000:                           | 
    [04:29:04]  |                                        | 
    [04:29:04]  |   YSI 3.0 released!  Now includes the  | 
    [04:29:04]  | "y_text" library for better messages,  | 
    [04:29:04]  | and a reworked "y_classes" library.    | 
    [04:29:04]  | Largely documented here                | 
    [04:29:04]  | "http://forum.sa-mp.com/showthread.php | 
    [04:29:04]  | ?t=321092".                            | 
    [04:29:04]  |                                        | 
    [04:29:04]  |   3.01.0002:                           | 
    [04:29:04]  |                                        | 
    [04:29:04]  |   Small fixes to "y_text" and          | 
    [04:29:04]  | "y_classes".                           | 
    [04:29:04]  |                                        | 
    [04:29:04]  |   3.09.0684:                           | 
    [04:29:04]  |                                        | 
    [04:29:04]  |   Reverted to old download location.   | 
    [04:29:04]  | Improved (and fixed) version checks;   | 
    [04:29:04]  | added y_bitmap, y_areas, y_races,      | 
    [04:29:04]  | y_zonenames, better documentation;     | 
    [04:29:04]  | MANY other bug fixes - see the github  | 
    [04:29:04]  | repository for more details:           | 
    [04:29:04]  |                                        | 
    [04:29:04]  ========================================== 
    [04:29:04]  
    [04:30:51] [connection] 178.127.233.162:64883 requests connection cookie.
    [04:30:52] [connection] incoming connection: 178.127.233.162:64883 id: 0
    [04:31:26] [connection] 178.127.233.162:64887 requests connection cookie.
    [04:31:27] [connection] incoming connection: 178.127.233.162:64887 id: 0
    [04:32:16] [connection] 178.127.233.162:64890 requests connection cookie.
    [04:32:17] [connection] incoming connection: 178.127.233.162:64890 id: 0
    [04:32:17] [join] Andy_Fawkess has joined the server (0:178.127.233.162)
    [04:35:38] [chat] [Andy_Fawkess]: sp
    [04:36:11] [part] Andy_Fawkess has left the server (0:1)

    ----------
    Loaded log file: "server_log.txt".
    ----------

    SA-MP Dedicated Server
    ----------------------
    v0.3.7-R2, (C)2005-2015 SA-MP Team

    [05:04:33] 
    [05:04:33] Server Plugins
    [05:04:33] --------------
    [05:04:33]  Loading plugin: mysql.so
    [05:04:33] 

      > MySQL plugin R6 successfully loaded.

    [05:04:33]   Loaded.
    [05:04:33]  Loading plugin: sscanf.so
    [05:04:33] 

    [05:04:33]  ===============================

    [05:04:33]       sscanf plugin loaded.     

    [05:04:33]          Version:  2.8.1        

    [05:04:33]    (c) 2012 Alex "Y_Less" Cole  

    [05:04:33]  ===============================

    [05:04:33]   Loaded.
    [05:04:33]  Loading plugin: PointToPoint.so
    [05:04:33]  PointToPoint Plugin Loaded.
    [05:04:33]   Loaded.
    [05:04:33]  Loading plugin: regex.so
    [05:04:33] 

    [05:04:33] ______________________________________

    [05:04:33]  Regular Expression Plugin v0.2.1 loaded
    [05:04:33] ______________________________________

    [05:04:33]  By: Fro (c) Copyright <TBG> 2009-2011
    [05:04:33] ______________________________________

    [05:04:33]   Loaded.
    [05:04:33]  Loading plugin: dc_cmd.so
    [05:04:33]   Daniel'
    s CMD plugin v2.8
    [05:04:33]     (c2014 Daniel_Cortez
    [05:04:33]     www.pro-pawn.ru
    [05:04:33]   Loaded.
    [
    05:04:33]  Loading pluginstreamer.so
    [05:04:33

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

    [
    05:04:33]   Loaded.
    [
    05:04:33]  Loaded 6 plugins.

    [
    05:04:33
    [
    05:04:33Ban list
    [
    05:04:33] --------
    [
    05:04:33]  Loadedsamp.ban
    [05:04:33
    [
    05:04:33
    [
    05:04:33Filterscripts
    [05:04:33] ---------------
    [
    05:04:33]   Loading filterscript 'yom_buttons.amx'...
    [
    05:04:33]   Unable to load filterscript 'yom_buttons.amx'.
    [
    05:04:33]   Loaded 0 filterscripts.

    [
    05:04:33]  
    [
    05:04:33]  
    [
    05:04:33]  
    [
    05:04:33]  ======================================= 
    [
    05:04:33]  |                                     | 
    [
    05:04:33]  |        YSI version 1.06.0002        
    [
    05:04:33]  |        By Alex "Y_Less" Cole        
    [
    05:04:33]  |                                     | 
    [
    05:04:33]  ======================================= 
    [
    05:04:33]  
    [
    05:04:33Current day1463
    [05:04:33Соединение с Mysql сервером установлено
    [05:04:33--- 1014
    [05:04:33490 houses loaded
    [05:04:33Filling1Mark[0]: 0
    [05:04:33Filling2Mark[0]: 0
    [05:04:33Filling3Mark[0]: 5000
    [05:04:33Filling4Mark[0]: 0
    [05:04:33Банк Новостей успешно загружённа счету $0.
    [05:04:33Number of vehicle models103
    [05:04:33]  
    [
    05:04:33]  ========================================== 
    [
    05:04:33]  |                                        | 
    [
    05:04:33]  |  new version (v3.09.0684of YSI is  
    [
    05:04:33]  |            available from:             | 
    [
    05:04:33]  |                                        | 
    [
    05:04:33]  |     www.y-less.com/YSI/YSI_1.0.zip     
    [
    05:04:33]  |                                        | 
    [
    05:04:33]  | Changelog:                             | 
    [
    05:04:33]  |                                        | 
    [
    05:04:33]  |   3.00.0000:                           | 
    [
    05:04:33]  |                                        | 
    [
    05:04:33]  |   YSI 3.0 released!  Now includes the  
    [
    05:04:33]  | "y_text" library for better messages,  | 
    [
    05:04:33]  | and a reworked "y_classes" library.    | 
    [
    05:04:33]  | Largely documented here                
    [
    05:04:33]  | "http://forum.sa-mp.com/showthread.php | 
    [05:04:33]  | ?t=321092"
    .                            | 
    [
    05:04:33]  |                                        | 
    [
    05:04:33]  |   3.01.0002:                           | 
    [
    05:04:33]  |                                        | 
    [
    05:04:33]  |   Small fixes to "y_text" and          | 
    [
    05:04:33]  | "y_classes".                           | 
    [
    05:04:33]  |                                        | 
    [
    05:04:33]  |   3.09.0684:                           | 
    [
    05:04:33]  |                                        | 
    [
    05:04:33]  |   Reverted to old download location.   | 
    [
    05:04:33]  | Improved (and fixedversion checks;   | 
    [
    05:04:33]  | added y_bitmapy_areasy_races,      | 
    [
    05:04:33]  | y_zonenamesbetter documentation;     | 
    [
    05:04:33]  | MANY other bug fixes see the github  
    [
    05:04:33]  | repository for more details:           | 
    [
    05:04:33]  |                                        | 
    [
    05:04:33]  ========================================== 
    [
    05:04:33
    - - - Добавлено - - -

    Цитата Сообщение от DeimoS Посмотреть сообщение
    Эмм, а теперь покажите логи.
    ниже скинул..
    Весь-весь-весь приличный люд, превратился в сброд, не-не-не унять народ, здравствуй Новый Год.

  5. #5
    Аватар для DeimoS
    Модератор?

    Статус
    Оффлайн
    Регистрация
    27.01.2014
    Адрес
    Восточный Мордор
    Сообщений
    5,588
    Репутация:
    1984 ±
    Эмм, именно момент отключения игрока от сервера.
    Связаться со мной в VK можно через личные сообщения этой группы
    Заказы не принимаю

    Широко известно, что идеи стоят 0.8333 цента каждая (исходя из рыночной цены 10 центов за дюжину).
    Великих идей полно, на них нет спроса.
    Воплощение идеи в законченную игру требует долгой работы,
    таланта, терпения и креативности, не говоря уж о затратах денег, времени и ресурсов.
    Предложить идею просто, воплотить – вот в чём проблема

    Steve Pavlina

  6. #6
    Аватар для #enotik
    Пользователь

    Статус
    Оффлайн
    Регистрация
    16.11.2015
    Сообщений
    8
    Репутация:
    0 ±
    Цитата Сообщение от DeimoS Посмотреть сообщение
    Эмм, именно момент отключения игрока от сервера.
    PHP код:
    [14:10:12] [connection178.127.233.162:63466 requests connection cookie.
    [
    14:10:13] [connectionincoming connection178.127.233.162:63466 id0
    [14:10:13] [joinAndy_Fawkess has joined the server (0:178.127.233.162)
    [
    14:10:27] [partAndy_Fawkess has left the server (0:1)
    [
    14:10:57] [connection178.127.233.162:63468 requests connection cookie.
    [
    14:10:58] [connectionincoming connection178.127.233.162:63468 id0
    [14:10:59] [joinAndy_Fawkess has joined the server (0:178.127.233.162)
    [
    14:11:07] [partAndy_Fawkess has left the server (0:1)
    [
    14:11:29] [connection178.127.233.162:53992 requests connection cookie.
    [
    14:11:30] [connectionincoming connection178.127.233.162:53992 id0
    [14:11:30] [joinAndy_Fawkess has joined the server (0:178.127.233.162)
    [
    14:11:35] [partAndy_Fawkess has left the server (0:1
    Как я заметил, когда нормально проходит подключение, порт один, кода сразу выкидывает(закрывает подключение), порт другой..
    Весь-весь-весь приличный люд, превратился в сброд, не-не-не унять народ, здравствуй Новый Год.

 

 

Информация о теме

Пользователи, просматривающие эту тему

Эту тему просматривают: 1 (пользователей: 0 , гостей: 1)

Ваши права

  • Вы не можете создавать новые темы
  • Вы не можете отвечать в темах
  • Вы не можете прикреплять вложения
  • Вы не можете редактировать свои сообщения
  •