Добро пожаловать на Pro Pawn - Портал о PAWN-скриптинге.
Страница 3 из 5 ПерваяПервая 1 2 3 4 5 ПоследняяПоследняя
Показано с 21 по 30 из 41
  1. #21
    Аватар для Дёня
    Пользователь

    Статус
    Оффлайн
    Регистрация
    17.03.2014
    Сообщений
    152
    Репутация:
    13 ±
    Цитата Сообщение от DeimoS Посмотреть сообщение
    Нет, надо сделать так:
    PHP код:
    CheckTimeBanList(ip[], player_name[])
    {
        if(!
    fexist("TimeBanList.txt")) return 0;
        new 
    Filefile fopen("TimeBanList.txt"io_read);
        new 
    TempStr[MAX_PLAYER_NAME+16+11+9],
            
    buffer[3][MAX_PLAYER_NAME];
        while( 
    fread(fileTempStrsizeof(TempStr)) )
        {
            
    strsplit(TempStrbuffer':');
            if( (
    strcmp(ipbuffer[1], true) == && strlen(ip) == strlen(buffer[1])) || (strcmp(player_namebuffer[0], true) == && strlen(player_name) == strlen(buffer[0])) )
            {
                
    fclose(file);
                if(
    strval(buffer[2])-GetTimeStamp() <= 0DeleteFromTimeBanList(buffer[1], buffer[0]);
                return 
    strval(buffer[2]);
            }
        }
        
    fclose(file);
        return 
    0;

    Привет, DeimoS.Тут проблемка появилась. Какого-то черта, когда заходит забаненый IP на сервер, сервер выключается. =(
    Что делать???

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

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

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

    Steve Pavlina

  3. Пользователь сказал cпасибо:
    Дёня (05.07.2014)
  4. #23
    Аватар для Дёня
    Пользователь

    Статус
    Оффлайн
    Регистрация
    17.03.2014
    Сообщений
    152
    Репутация:
    13 ±
    Цитата Сообщение от DeimoS Посмотреть сообщение
    Crashdetect подключить и после выключения сервера скинуть логи
    Вот, что выдало


    Забаненый IP 127.0.0.1


    Код HTML:
    [13:47:47] [join] Denchik has joined the server (0:127.0.0.1)
    [13:47:47] [debug] Run time error 19: "File or function is not found"
    [13:47:47] [debug]  Streamer_CallbackHook
    [13:47:47] [debug] Server crashed while executing Freemode_new.amx
    [13:47:47] [debug] AMX backtrace:
    [13:47:47] [debug] #0 native strcmp () [00406540] from samp-server.exe
    [13:47:47] [debug] #1 00121c88 in ?? (0x00469528, 0x004694c8) from Freemode_new.amx
    [13:47:47] [debug] #2 0002e7d8 in public Streamer_OnPlayerConnect (0x00000000) from Freemode_new.amx
    [13:47:47] [debug] #3 native CallLocalFunction () [00472ad0] from samp-server.exe
    [13:47:47] [debug] #4 0000173c in public OnPlayerConnect (0x00000000) from Freemode_new.amx
    [13:47:48] [debug] Native backtrace:
    [13:47:48] [debug] #0 7e378736 in ?? () from C:\WINDOWS\system32\USER32.dll
    [13:47:48] [debug] #1 004061b4 in ?? () from samp-server.exe

  5. #24
    Аватар для Spectrum
    Пользователь

    Статус
    Оффлайн
    Регистрация
    14.04.2014
    Адрес
    Omsk, Russia
    Сообщений
    349
    Репутация:
    49 ±
    весь лог можешь скинуть? (нужен только лог с последнего запуска)
    Skype: sp3ctrum_attack

  6. Пользователь сказал cпасибо:
    Дёня (05.07.2014)
  7. #25
    Аватар для Дёня
    Пользователь

    Статус
    Оффлайн
    Регистрация
    17.03.2014
    Сообщений
    152
    Репутация:
    13 ±
    Цитата Сообщение от Spectrum Посмотреть сообщение
    весь лог можешь скинуть? (нужен только лог с последнего запуска)
    Вот весь лог.При подключении крашдетектора, какая-то херня флудит мне в ЛОГ

      Открыть/закрыть
    Код HTML:
    [13:46:51] Антиреклама загружена!
    [13:46:51] Самолётов загружено: 55
    [13:46:51] Бизнесы загружены
    
    [13:46:51]  Drop Gun [FS] By gimini (c)
    [13:46:51]  Do not remove copyright!!!
    [13:46:51]  Version 1.3
    
    [13:46:51] * Оружия загружено: 111
    [13:46:51] [debug] Run time error 19: "File or function is not found"
    [13:46:51] [debug]  Streamer_CallbackHook
    [13:46:51] 14 Июля 2014   9:46:51
    [13:46:51] 31539600
    [13:46:51] 1404380811
    [13:46:51] Number of vehicle models: 155
    [13:46:51] [debug] Run time error 4: "Array index out of bounds"
    [13:46:51] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:51] [debug] AMX backtrace:
    [13:46:51] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:52] [debug] Run time error 4: "Array index out of bounds"
    [13:46:52] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:52] [debug] AMX backtrace:
    [13:46:52] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:52] [debug] Run time error 4: "Array index out of bounds"
    [13:46:52] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:52] [debug] AMX backtrace:
    [13:46:52] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:52] [debug] Run time error 4: "Array index out of bounds"
    [13:46:52] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:52] [debug] AMX backtrace:
    [13:46:52] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:52] [debug] Run time error 4: "Array index out of bounds"
    [13:46:52] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:52] [debug] AMX backtrace:
    [13:46:52] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:53] [debug] Run time error 4: "Array index out of bounds"
    [13:46:53] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:53] [debug] AMX backtrace:
    [13:46:53] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:53] [debug] Run time error 4: "Array index out of bounds"
    [13:46:53] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:53] [debug] AMX backtrace:
    [13:46:53] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:53] [debug] Run time error 4: "Array index out of bounds"
    [13:46:53] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:53] [debug] AMX backtrace:
    [13:46:53] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:53] [debug] Run time error 4: "Array index out of bounds"
    [13:46:53] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:53] [debug] AMX backtrace:
    [13:46:53] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:54] [debug] Run time error 4: "Array index out of bounds"
    [13:46:54] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:54] [debug] AMX backtrace:
    [13:46:54] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:54] [debug] Run time error 4: "Array index out of bounds"
    [13:46:54] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:54] [debug] AMX backtrace:
    [13:46:54] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:54] [debug] Run time error 4: "Array index out of bounds"
    [13:46:54] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:54] [debug] AMX backtrace:
    [13:46:54] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:54] [debug] Run time error 4: "Array index out of bounds"
    [13:46:54] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:54] [debug] AMX backtrace:
    [13:46:54] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:55] [debug] Run time error 4: "Array index out of bounds"
    [13:46:55] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:55] [debug] AMX backtrace:
    [13:46:55] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:55] [debug] Run time error 4: "Array index out of bounds"
    [13:46:55] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:55] [debug] AMX backtrace:
    [13:46:55] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:55] [debug] Run time error 4: "Array index out of bounds"
    [13:46:55] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:55] [debug] AMX backtrace:
    [13:46:55] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:55] [debug] Run time error 4: "Array index out of bounds"
    [13:46:55] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:55] [debug] AMX backtrace:
    [13:46:55] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:55] [debug] Run time error 4: "Array index out of bounds"
    [13:46:55] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:55] [debug] AMX backtrace:
    [13:46:55] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:56] [debug] Run time error 4: "Array index out of bounds"
    [13:46:56] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:56] [debug] AMX backtrace:
    [13:46:56] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:56] [debug] Run time error 4: "Array index out of bounds"
    [13:46:56] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:56] [debug] AMX backtrace:
    [13:46:56] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:56] [debug] Run time error 4: "Array index out of bounds"
    [13:46:56] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:56] [debug] AMX backtrace:
    [13:46:56] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:56] [debug] Run time error 4: "Array index out of bounds"
    [13:46:56] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:56] [debug] AMX backtrace:
    [13:46:56] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:57] [debug] Run time error 4: "Array index out of bounds"
    [13:46:57] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:57] [debug] AMX backtrace:
    [13:46:57] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:57] [debug] Run time error 4: "Array index out of bounds"
    [13:46:57] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:57] [debug] AMX backtrace:
    [13:46:57] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:57] [debug] Run time error 4: "Array index out of bounds"
    [13:46:57] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:57] [debug] AMX backtrace:
    [13:46:57] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:57] [debug] Run time error 4: "Array index out of bounds"
    [13:46:57] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:57] [debug] AMX backtrace:
    [13:46:57] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:58] [debug] Run time error 4: "Array index out of bounds"
    [13:46:58] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:58] [debug] AMX backtrace:
    [13:46:58] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:58] [debug] Run time error 4: "Array index out of bounds"
    [13:46:58] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:58] [debug] AMX backtrace:
    [13:46:58] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:58] [debug] Run time error 4: "Array index out of bounds"
    [13:46:58] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:58] [debug] AMX backtrace:
    [13:46:58] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:58] [debug] Run time error 4: "Array index out of bounds"
    [13:46:58] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:58] [debug] AMX backtrace:
    [13:46:58] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:59] [debug] Run time error 4: "Array index out of bounds"
    [13:46:59] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:59] [debug] AMX backtrace:
    [13:46:59] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:59] [debug] Run time error 4: "Array index out of bounds"
    [13:46:59] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:59] [debug] AMX backtrace:
    [13:46:59] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:59] [debug] Run time error 4: "Array index out of bounds"
    [13:46:59] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:59] [debug] AMX backtrace:
    [13:46:59] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:59] [debug] Run time error 4: "Array index out of bounds"
    [13:46:59] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:59] [debug] AMX backtrace:
    [13:46:59] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:00] [debug] Run time error 4: "Array index out of bounds"
    [13:47:00] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:00] [debug] AMX backtrace:
    [13:47:00] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:00] [debug] Run time error 4: "Array index out of bounds"
    [13:47:00] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:00] [debug] AMX backtrace:
    [13:47:00] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:00] [debug] Run time error 4: "Array index out of bounds"
    [13:47:00] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:00] [debug] AMX backtrace:
    [13:47:00] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:00] [debug] Run time error 4: "Array index out of bounds"
    [13:47:00] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:00] [debug] AMX backtrace:
    [13:47:00] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:00] Обьекты загружены
    [13:47:00] Server password has been removed.
    [13:47:01] [debug] Run time error 4: "Array index out of bounds"
    [13:47:01] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:01] [debug] AMX backtrace:
    [13:47:01] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:01] [debug] Run time error 4: "Array index out of bounds"
    [13:47:01] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:01] [debug] AMX backtrace:
    [13:47:01] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:01] [debug] Run time error 4: "Array index out of bounds"
    [13:47:01] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:01] [debug] AMX backtrace:
    [13:47:01] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:01] [debug] Run time error 4: "Array index out of bounds"
    [13:47:01] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:01] [debug] AMX backtrace:
    [13:47:01] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:02] [debug] Run time error 4: "Array index out of bounds"
    [13:47:02] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:02] [debug] AMX backtrace:
    [13:47:02] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:02] [debug] Run time error 4: "Array index out of bounds"
    [13:47:02] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:02] [debug] AMX backtrace:
    [13:47:02] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:02] [debug] Run time error 4: "Array index out of bounds"
    [13:47:02] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:02] [debug] AMX backtrace:
    [13:47:02] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:02] [debug] Run time error 4: "Array index out of bounds"
    [13:47:02] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:02] [debug] AMX backtrace:
    [13:47:02] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:03] [debug] Run time error 4: "Array index out of bounds"
    [13:47:03] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:03] [debug] AMX backtrace:
    [13:47:03] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:03] [debug] Run time error 4: "Array index out of bounds"
    [13:47:03] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:03] [debug] AMX backtrace:
    [13:47:03] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:03] [debug] Run time error 4: "Array index out of bounds"
    [13:47:03] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:03] [debug] AMX backtrace:
    [13:47:03] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:03] [debug] Run time error 4: "Array index out of bounds"
    [13:47:03] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:03] [debug] AMX backtrace:
    [13:47:03] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:03] [debug] Run time error 4: "Array index out of bounds"
    [13:47:03] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:03] [debug] AMX backtrace:
    [13:47:03] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:04] [debug] Run time error 4: "Array index out of bounds"
    [13:47:04] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:04] [debug] AMX backtrace:
    [13:47:04] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:04] [debug] Run time error 4: "Array index out of bounds"
    [13:47:04] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:04] [debug] AMX backtrace:
    [13:47:04] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:04] [debug] Run time error 4: "Array index out of bounds"
    [13:47:04] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:04] [debug] AMX backtrace:
    [13:47:04] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:04] [debug] Run time error 4: "Array index out of bounds"
    [13:47:04] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:04] [debug] AMX backtrace:
    [13:47:04] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:05] [debug] Run time error 4: "Array index out of bounds"
    [13:47:05] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:05] [debug] AMX backtrace:
    [13:47:05] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:05] [debug] Run time error 4: "Array index out of bounds"
    [13:47:05] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:05] [debug] AMX backtrace:
    [13:47:05] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:05] [debug] Run time error 4: "Array index out of bounds"
    [13:47:05] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:05] [debug] AMX backtrace:
    [13:47:05] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:05] [debug] Run time error 4: "Array index out of bounds"
    [13:47:05] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:05] [debug] AMX backtrace:
    [13:47:05] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:06] [debug] Run time error 4: "Array index out of bounds"
    [13:47:06] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:06] [debug] AMX backtrace:
    [13:47:06] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:06] [debug] Run time error 4: "Array index out of bounds"
    [13:47:06] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:06] [debug] AMX backtrace:
    [13:47:06] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:06] [debug] Run time error 4: "Array index out of bounds"
    [13:47:06] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:06] [debug] AMX backtrace:
    [13:47:06] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:06] [debug] Run time error 4: "Array index out of bounds"
    [13:47:06] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:06] [debug] AMX backtrace:
    [13:47:06] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:07] [debug] Run time error 4: "Array index out of bounds"
    [13:47:07] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:07] [debug] AMX backtrace:
    [13:47:07] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:07] [debug] Run time error 4: "Array index out of bounds"
    [13:47:07] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:07] [debug] AMX backtrace:
    [13:47:07] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:07] [debug] Run time error 4: "Array index out of bounds"
    [13:47:07] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:07] [debug] AMX backtrace:
    [13:47:07] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:07] [debug] Run time error 4: "Array index out of bounds"
    [13:47:07] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:07] [debug] AMX backtrace:
    [13:47:07] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:08] [debug] Run time error 4: "Array index out of bounds"
    [13:47:08] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:08] [debug] AMX backtrace:
    [13:47:08] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:08] [debug] Run time error 4: "Array index out of bounds"
    [13:47:08] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:08] [debug] AMX backtrace:
    [13:47:08] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:08] [debug] Run time error 4: "Array index out of bounds"
    [13:47:08] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:08] [debug] AMX backtrace:
    [13:47:08] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:08] [debug] Run time error 4: "Array index out of bounds"
    [13:47:08] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:08] [debug] AMX backtrace:
    [13:47:08] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:09] [debug] Run time error 4: "Array index out of bounds"
    [13:47:09] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:09] [debug] AMX backtrace:
    [13:47:09] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:09] [debug] Run time error 4: "Array index out of bounds"
    [13:47:09] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:09] [debug] AMX backtrace:
    [13:47:09] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:09] [debug] Run time error 4: "Array index out of bounds"
    [13:47:09] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:09] [debug] AMX backtrace:
    [13:47:09] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:09] [debug] Run time error 4: "Array index out of bounds"
    [13:47:09] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:09] [debug] AMX backtrace:
    [13:47:09] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:10] [debug] Run time error 4: "Array index out of bounds"
    [13:47:10] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:10] [debug] AMX backtrace:
    [13:47:10] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:10] [debug] Run time error 4: "Array index out of bounds"
    [13:47:10] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:10] [debug] AMX backtrace:
    [13:47:10] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:10] [debug] Run time error 4: "Array index out of bounds"
    [13:47:10] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:10] [debug] AMX backtrace:
    [13:47:10] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:10] [debug] Run time error 4: "Array index out of bounds"
    [13:47:10] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:10] [debug] AMX backtrace:
    [13:47:10] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:10] [debug] Run time error 4: "Array index out of bounds"
    [13:47:10] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:10] [debug] AMX backtrace:
    [13:47:10] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:11] [debug] Run time error 4: "Array index out of bounds"
    [13:47:11] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:11] [debug] AMX backtrace:
    [13:47:11] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:11] [debug] Run time error 4: "Array index out of bounds"
    [13:47:11] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:11] [debug] AMX backtrace:
    [13:47:11] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:11] [debug] Run time error 4: "Array index out of bounds"
    [13:47:11] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:11] [debug] AMX backtrace:
    [13:47:11] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:11] [debug] Run time error 4: "Array index out of bounds"
    [13:47:11] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:11] [debug] AMX backtrace:
    [13:47:11] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:12] [debug] Run time error 4: "Array index out of bounds"
    [13:47:12] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:12] [debug] AMX backtrace:
    [13:47:12] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:12] [debug] Run time error 4: "Array index out of bounds"
    [13:47:12] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:12] [debug] AMX backtrace:
    [13:47:12] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:12] [debug] Run time error 4: "Array index out of bounds"
    [13:47:12] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:12] [debug] AMX backtrace:
    [13:47:12] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:12] [debug] Run time error 4: "Array index out of bounds"
    [13:47:12] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:12] [debug] AMX backtrace:
    [13:47:12] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:13] [debug] Run time error 4: "Array index out of bounds"
    [13:47:13] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:13] [debug] AMX backtrace:
    [13:47:13] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:13] [debug] Run time error 4: "Array index out of bounds"
    [13:47:13] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:13] [debug] AMX backtrace:
    [13:47:13] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:13] [debug] Run time error 4: "Array index out of bounds"
    [13:47:13] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:13] [debug] AMX backtrace:
    [13:47:13] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:13] [debug] Run time error 4: "Array index out of bounds"
    [13:47:13] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:13] [debug] AMX backtrace:
    [13:47:13] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:14] [debug] Run time error 4: "Array index out of bounds"
    [13:47:14] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:14] [debug] AMX backtrace:
    [13:47:14] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:14] [debug] Run time error 4: "Array index out of bounds"
    [13:47:14] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:14] [debug] AMX backtrace:
    [13:47:14] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:14] [debug] Run time error 4: "Array index out of bounds"
    [13:47:14] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:14] [debug] AMX backtrace:
    [13:47:14] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:14] [debug] Run time error 4: "Array index out of bounds"
    [13:47:14] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:14] [debug] AMX backtrace:
    [13:47:14] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:15] [debug] Run time error 4: "Array index out of bounds"
    [13:47:15] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:15] [debug] AMX backtrace:
    [13:47:15] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:15] [debug] Run time error 4: "Array index out of bounds"
    [13:47:15] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:15] [debug] AMX backtrace:
    [13:47:15] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:15] [debug] Run time error 4: "Array index out of bounds"
    [13:47:15] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:15] [debug] AMX backtrace:
    [13:47:15] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:15] [debug] Run time error 4: "Array index out of bounds"
    [13:47:15] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:15] [debug] AMX backtrace:
    [13:47:15] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:16] [debug] Run time error 4: "Array index out of bounds"
    [13:47:16] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:16] [debug] AMX backtrace:
    [13:47:16] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:16] [debug] Run time error 4: "Array index out of bounds"
    [13:47:16] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:16] [debug] AMX backtrace:
    [13:47:16] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:16] [debug] Run time error 4: "Array index out of bounds"
    [13:47:16] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:16] [debug] AMX backtrace:
    [13:47:16] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:16] [debug] Run time error 4: "Array index out of bounds"
    [13:47:16] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:16] [debug] AMX backtrace:
    [13:47:16] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:17] [debug] Run time error 4: "Array index out of bounds"
    [13:47:17] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:17] [debug] AMX backtrace:
    [13:47:17] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:17] [debug] Run time error 4: "Array index out of bounds"
    [13:47:17] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:17] [debug] AMX backtrace:
    [13:47:17] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:17] [debug] Run time error 4: "Array index out of bounds"
    [13:47:17] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:17] [debug] AMX backtrace:
    [13:47:17] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:17] [debug] Run time error 4: "Array index out of bounds"
    [13:47:17] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:17] [debug] AMX backtrace:
    [13:47:17] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:17] [debug] Run time error 4: "Array index out of bounds"
    [13:47:17] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:17] [debug] AMX backtrace:
    [13:47:17] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:18] [debug] Run time error 4: "Array index out of bounds"
    [13:47:18] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:18] [debug] AMX backtrace:
    [13:47:18] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:18] [debug] Run time error 4: "Array index out of bounds"
    [13:47:18] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:18] [debug] AMX backtrace:
    [13:47:18] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:18] [debug] Run time error 4: "Array index out of bounds"
    [13:47:18] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:18] [debug] AMX backtrace:
    [13:47:18] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:18] [debug] Run time error 4: "Array index out of bounds"
    [13:47:18] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:18] [debug] AMX backtrace:
    [13:47:18] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:19] [debug] Run time error 4: "Array index out of bounds"
    [13:47:19] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:19] [debug] AMX backtrace:
    [13:47:19] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:19] [debug] Run time error 4: "Array index out of bounds"
    [13:47:19] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:19] [debug] AMX backtrace:
    [13:47:19] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:19] [debug] Run time error 4: "Array index out of bounds"
    [13:47:19] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:19] [debug] AMX backtrace:
    [13:47:19] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:19] [debug] Run time error 4: "Array index out of bounds"
    [13:47:19] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:19] [debug] AMX backtrace:
    [13:47:19] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:20] [debug] Run time error 4: "Array index out of bounds"
    [13:47:20] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:20] [debug] AMX backtrace:
    [13:47:20] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:20] [debug] Run time error 4: "Array index out of bounds"
    [13:47:20] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:20] [debug] AMX backtrace:
    [13:47:20] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:20] [debug] Run time error 4: "Array index out of bounds"
    [13:47:20] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:20] [debug] AMX backtrace:
    [13:47:20] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:20] [debug] Run time error 4: "Array index out of bounds"
    [13:47:20] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:20] [debug] AMX backtrace:
    [13:47:20] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:21] [debug] Run time error 4: "Array index out of bounds"
    [13:47:21] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:21] [debug] AMX backtrace:
    [13:47:21] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:21] [debug] Run time error 4: "Array index out of bounds"
    [13:47:21] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:21] [debug] AMX backtrace:
    [13:47:21] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:21] [debug] Run time error 4: "Array index out of bounds"
    [13:47:21] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:21] [debug] AMX backtrace:
    [13:47:21] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:21] [debug] Run time error 4: "Array index out of bounds"
    [13:47:21] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:21] [debug] AMX backtrace:
    [13:47:21] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:22] [debug] Run time error 4: "Array index out of bounds"
    [13:47:22] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:22] [debug] AMX backtrace:
    [13:47:22] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:22] [debug] Run time error 4: "Array index out of bounds"
    [13:47:22] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:22] [debug] AMX backtrace:
    [13:47:22] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:22] [debug] Run time error 4: "Array index out of bounds"
    [13:47:22] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:22] [debug] AMX backtrace:
    [13:47:22] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:22] [debug] Run time error 4: "Array index out of bounds"
    [13:47:22] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:22] [debug] AMX backtrace:
    [13:47:22] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:23] [debug] Run time error 4: "Array index out of bounds"
    [13:47:23] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:23] [debug] AMX backtrace:
    [13:47:23] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:23] [debug] Run time error 4: "Array index out of bounds"
    [13:47:23] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:23] [debug] AMX backtrace:
    [13:47:23] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:23] [debug] Run time error 4: "Array index out of bounds"
    [13:47:23] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:23] [debug] AMX backtrace:
    [13:47:23] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:23] [debug] Run time error 4: "Array index out of bounds"
    [13:47:23] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:23] [debug] AMX backtrace:
    [13:47:23] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:24] [debug] Run time error 4: "Array index out of bounds"
    [13:47:24] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:24] [debug] AMX backtrace:
    [13:47:24] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:24] [debug] Run time error 4: "Array index out of bounds"
    [13:47:24] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:24] [debug] AMX backtrace:
    [13:47:24] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:24] [debug] Run time error 4: "Array index out of bounds"
    [13:47:24] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:24] [debug] AMX backtrace:
    [13:47:24] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:24] [debug] Run time error 4: "Array index out of bounds"
    [13:47:24] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:24] [debug] AMX backtrace:
    [13:47:24] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:24] [debug] Run time error 4: "Array index out of bounds"
    [13:47:24] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:24] [debug] AMX backtrace:
    [13:47:24] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:25] [debug] Run time error 4: "Array index out of bounds"
    [13:47:25] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:25] [debug] AMX backtrace:
    [13:47:25] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:25] [debug] Run time error 4: "Array index out of bounds"
    [13:47:25] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:25] [debug] AMX backtrace:
    [13:47:25] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:25] [debug] Run time error 4: "Array index out of bounds"
    [13:47:25] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:25] [debug] AMX backtrace:
    [13:47:25] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:25] [debug] Run time error 4: "Array index out of bounds"
    [13:47:25] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:25] [debug] AMX backtrace:
    [13:47:25] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:26] [debug] Run time error 4: "Array index out of bounds"
    [13:47:26] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:26] [debug] AMX backtrace:
    [13:47:26] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:26] [debug] Run time error 4: "Array index out of bounds"
    [13:47:26] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:26] [debug] AMX backtrace:
    [13:47:26] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:26] [debug] Run time error 4: "Array index out of bounds"
    [13:47:26] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:26] [debug] AMX backtrace:
    [13:47:26] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:26] [debug] Run time error 4: "Array index out of bounds"
    [13:47:26] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:26] [debug] AMX backtrace:
    [13:47:26] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:27] [debug] Run time error 4: "Array index out of bounds"
    [13:47:27] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:27] [debug] AMX backtrace:
    [13:47:27] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:27] [debug] Run time error 4: "Array index out of bounds"
    [13:47:27] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:27] [debug] AMX backtrace:
    [13:47:27] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:27] [debug] Run time error 4: "Array index out of bounds"
    [13:47:27] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:27] [debug] AMX backtrace:
    [13:47:27] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:27] [debug] Run time error 4: "Array index out of bounds"
    [13:47:27] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:27] [debug] AMX backtrace:
    [13:47:27] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:28] [debug] Run time error 4: "Array index out of bounds"
    [13:47:28] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:28] [debug] AMX backtrace:
    [13:47:28] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:28] [debug] Run time error 4: "Array index out of bounds"
    [13:47:28] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:28] [debug] AMX backtrace:
    [13:47:28] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:28] [debug] Run time error 4: "Array index out of bounds"
    [13:47:28] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:28] [debug] AMX backtrace:
    [13:47:28] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:28] [debug] Run time error 4: "Array index out of bounds"
    [13:47:28] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:28] [debug] AMX backtrace:
    [13:47:28] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:29] [debug] Run time error 4: "Array index out of bounds"
    [13:47:29] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:29] [debug] AMX backtrace:
    [13:47:29] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:29] [debug] Run time error 4: "Array index out of bounds"
    [13:47:29] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:29] [debug] AMX backtrace:
    [13:47:29] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:29] [debug] Run time error 4: "Array index out of bounds"
    [13:47:29] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:29] [debug] AMX backtrace:
    [13:47:29] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:29] [debug] Run time error 4: "Array index out of bounds"
    [13:47:29] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:29] [debug] AMX backtrace:
    [13:47:29] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:30] [debug] Run time error 4: "Array index out of bounds"
    [13:47:30] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:30] [debug] AMX backtrace:
    [13:47:30] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:30] [debug] Run time error 4: "Array index out of bounds"
    [13:47:30] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:30] [debug] AMX backtrace:
    [13:47:30] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:30] [debug] Run time error 4: "Array index out of bounds"
    [13:47:30] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:30] [debug] AMX backtrace:
    [13:47:30] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:30] [debug] Run time error 4: "Array index out of bounds"
    [13:47:30] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:30] [debug] AMX backtrace:
    [13:47:30] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:30] [debug] Run time error 4: "Array index out of bounds"
    [13:47:30] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:30] [debug] AMX backtrace:
    [13:47:30] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:31] [debug] Run time error 4: "Array index out of bounds"
    [13:47:31] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:31] [debug] AMX backtrace:
    [13:47:31] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:31] [debug] Run time error 4: "Array index out of bounds"
    [13:47:31] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:31] [debug] AMX backtrace:
    [13:47:31] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:31] [debug] Run time error 4: "Array index out of bounds"
    [13:47:31] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:31] [debug] AMX backtrace:
    [13:47:31] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:31] [debug] Run time error 4: "Array index out of bounds"
    [13:47:31] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:31] [debug] AMX backtrace:
    [13:47:31] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:32] [debug] Run time error 4: "Array index out of bounds"
    [13:47:32] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:32] [debug] AMX backtrace:
    [13:47:32] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:32] [debug] Run time error 4: "Array index out of bounds"
    [13:47:32] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:32] [debug] AMX backtrace:
    [13:47:32] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:32] [debug] Run time error 4: "Array index out of bounds"
    [13:47:32] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:32] [debug] AMX backtrace:
    [13:47:32] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:32] [debug] Run time error 4: "Array index out of bounds"
    [13:47:32] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:32] [debug] AMX backtrace:
    [13:47:32] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:33] [debug] Run time error 4: "Array index out of bounds"
    [13:47:33] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:33] [debug] AMX backtrace:
    [13:47:33] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:33] [debug] Run time error 4: "Array index out of bounds"
    [13:47:33] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:33] [debug] AMX backtrace:
    [13:47:33] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:33] [debug] Run time error 4: "Array index out of bounds"
    [13:47:33] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:33] [debug] AMX backtrace:
    [13:47:33] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:33] [debug] Run time error 4: "Array index out of bounds"
    [13:47:33] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:33] [debug] AMX backtrace:
    [13:47:33] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:34] [debug] Run time error 4: "Array index out of bounds"
    [13:47:34] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:34] [debug] AMX backtrace:
    [13:47:34] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:34] [debug] Run time error 4: "Array index out of bounds"
    [13:47:34] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:34] [debug] AMX backtrace:
    [13:47:34] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:34] [debug] Run time error 4: "Array index out of bounds"
    [13:47:34] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:34] [debug] AMX backtrace:
    [13:47:34] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:34] [debug] Run time error 4: "Array index out of bounds"
    [13:47:34] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:34] [debug] AMX backtrace:
    [13:47:34] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:35] [debug] Run time error 4: "Array index out of bounds"
    [13:47:35] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:35] [debug] AMX backtrace:
    [13:47:35] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:35] [debug] Run time error 4: "Array index out of bounds"
    [13:47:35] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:35] [debug] AMX backtrace:
    [13:47:35] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:35] [debug] Run time error 4: "Array index out of bounds"
    [13:47:35] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:35] [debug] AMX backtrace:
    [13:47:35] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:35] [debug] Run time error 4: "Array index out of bounds"
    [13:47:35] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:35] [debug] AMX backtrace:
    [13:47:35] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:35] [debug] Run time error 4: "Array index out of bounds"
    [13:47:35] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:35] [debug] AMX backtrace:
    [13:47:35] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:36] [debug] Run time error 4: "Array index out of bounds"
    [13:47:36] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:36] [debug] AMX backtrace:
    [13:47:36] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:36] [debug] Run time error 4: "Array index out of bounds"
    [13:47:36] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:36] [debug] AMX backtrace:
    [13:47:36] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:36] [debug] Run time error 4: "Array index out of bounds"
    [13:47:36] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:36] [debug] AMX backtrace:
    [13:47:36] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:36] [debug] Run time error 4: "Array index out of bounds"
    [13:47:36] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:36] [debug] AMX backtrace:
    [13:47:36] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:37] [debug] Run time error 4: "Array index out of bounds"
    [13:47:37] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:37] [debug] AMX backtrace:
    [13:47:37] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:37] [debug] Run time error 4: "Array index out of bounds"
    [13:47:37] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:37] [debug] AMX backtrace:
    [13:47:37] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:37] [debug] Run time error 4: "Array index out of bounds"
    [13:47:37] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:37] [debug] AMX backtrace:
    [13:47:37] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:37] [debug] Run time error 4: "Array index out of bounds"
    [13:47:37] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:37] [debug] AMX backtrace:
    [13:47:37] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:38] [debug] Run time error 4: "Array index out of bounds"
    [13:47:38] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:38] [debug] AMX backtrace:
    [13:47:38] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:38] [debug] Run time error 4: "Array index out of bounds"
    [13:47:38] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:38] [debug] AMX backtrace:
    [13:47:38] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:38] [debug] Run time error 4: "Array index out of bounds"
    [13:47:38] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:38] [debug] AMX backtrace:
    [13:47:38] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:38] [debug] Run time error 4: "Array index out of bounds"
    [13:47:38] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:38] [debug] AMX backtrace:
    [13:47:38] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:39] [debug] Run time error 4: "Array index out of bounds"
    [13:47:39] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:39] [debug] AMX backtrace:
    [13:47:39] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:39] [debug] Run time error 4: "Array index out of bounds"
    [13:47:39] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:39] [debug] AMX backtrace:
    [13:47:39] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:39] [debug] Run time error 4: "Array index out of bounds"
    [13:47:39] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:39] [debug] AMX backtrace:
    [13:47:39] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:39] [debug] Run time error 4: "Array index out of bounds"
    [13:47:39] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:39] [debug] AMX backtrace:
    [13:47:39] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:40] [debug] Run time error 4: "Array index out of bounds"
    [13:47:40] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:40] [debug] AMX backtrace:
    [13:47:40] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:40] [debug] Run time error 4: "Array index out of bounds"
    [13:47:40] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:40] [debug] AMX backtrace:
    [13:47:40] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:40] [debug] Run time error 4: "Array index out of bounds"
    [13:47:40] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:40] [debug] AMX backtrace:
    [13:47:40] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:40] [debug] Run time error 4: "Array index out of bounds"
    [13:47:40] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:40] [debug] AMX backtrace:
    [13:47:40] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:41] [debug] Run time error 4: "Array index out of bounds"
    [13:47:41] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:41] [debug] AMX backtrace:
    [13:47:41] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:41] [debug] Run time error 4: "Array index out of bounds"
    [13:47:41] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:41] [debug] AMX backtrace:
    [13:47:41] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:41] [debug] Run time error 4: "Array index out of bounds"
    [13:47:41] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:41] [debug] AMX backtrace:
    [13:47:41] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:41] [debug] Run time error 4: "Array index out of bounds"
    [13:47:41] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:41] [debug] AMX backtrace:
    [13:47:41] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:41] [debug] Run time error 4: "Array index out of bounds"
    [13:47:41] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:41] [debug] AMX backtrace:
    [13:47:41] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:42] [debug] Run time error 4: "Array index out of bounds"
    [13:47:42] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:42] [debug] AMX backtrace:
    [13:47:42] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:42] [debug] Run time error 4: "Array index out of bounds"
    [13:47:42] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:42] [debug] AMX backtrace:
    [13:47:42] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:42] [debug] Run time error 4: "Array index out of bounds"
    [13:47:42] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:42] [debug] AMX backtrace:
    [13:47:42] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:42] [debug] Run time error 4: "Array index out of bounds"
    [13:47:42] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:42] [debug] AMX backtrace:
    [13:47:42] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:43] [debug] Run time error 4: "Array index out of bounds"
    [13:47:43] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:43] [debug] AMX backtrace:
    [13:47:43] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:43] [debug] Run time error 4: "Array index out of bounds"
    [13:47:43] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:43] [debug] AMX backtrace:
    [13:47:43] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:43] [debug] Run time error 4: "Array index out of bounds"
    [13:47:43] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:43] [debug] AMX backtrace:
    [13:47:43] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:43] [debug] Run time error 4: "Array index out of bounds"
    [13:47:43] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:43] [debug] AMX backtrace:
    [13:47:43] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:44] [debug] Run time error 4: "Array index out of bounds"
    [13:47:44] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:44] [debug] AMX backtrace:
    [13:47:44] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:44] [debug] Run time error 4: "Array index out of bounds"
    [13:47:44] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:44] [debug] AMX backtrace:
    [13:47:44] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:44] [debug] Run time error 4: "Array index out of bounds"
    [13:47:44] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:44] [debug] AMX backtrace:
    [13:47:44] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:44] [debug] Run time error 4: "Array index out of bounds"
    [13:47:44] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:44] [debug] AMX backtrace:
    [13:47:44] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:45] [debug] Run time error 4: "Array index out of bounds"
    [13:47:45] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:45] [debug] AMX backtrace:
    [13:47:45] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:45] [debug] Run time error 4: "Array index out of bounds"
    [13:47:45] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:45] [debug] AMX backtrace:
    [13:47:45] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:45] [debug] Run time error 4: "Array index out of bounds"
    [13:47:45] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:45] [debug] AMX backtrace:
    [13:47:45] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:45] [debug] Run time error 4: "Array index out of bounds"
    [13:47:45] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:45] [debug] AMX backtrace:
    [13:47:45] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:46] [debug] Run time error 4: "Array index out of bounds"
    [13:47:46] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:46] [debug] AMX backtrace:
    [13:47:46] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:46] [debug] Run time error 4: "Array index out of bounds"
    [13:47:46] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:46] [debug] AMX backtrace:
    [13:47:46] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:46] [debug] Run time error 4: "Array index out of bounds"
    [13:47:46] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:46] [debug] AMX backtrace:
    [13:47:46] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:46] [debug] Run time error 4: "Array index out of bounds"
    [13:47:46] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:46] [debug] AMX backtrace:
    [13:47:46] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:46] Incoming connection: 127.0.0.1:1595
    [13:47:46] [debug] Run time error 4: "Array index out of bounds"
    [13:47:46] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:46] [debug] AMX backtrace:
    [13:47:46] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:47] [join] Denchik has joined the server (0:127.0.0.1)
    [13:47:47] [debug] Run time error 19: "File or function is not found"
    [13:47:47] [debug]  Streamer_CallbackHook
    [13:47:47] [debug] Server crashed while executing Freemode_new.amx
    [13:47:47] [debug] AMX backtrace:
    [13:47:47] [debug] #0 native strcmp () [00406540] from samp-server.exe
    [13:47:47] [debug] #1 00121c88 in ?? (0x00469528, 0x004694c8) from Freemode_new.amx
    [13:47:47] [debug] #2 0002e7d8 in public Streamer_OnPlayerConnect (0x00000000) from Freemode_new.amx
    [13:47:47] [debug] #3 native CallLocalFunction () [00472ad0] from samp-server.exe
    [13:47:47] [debug] #4 0000173c in public OnPlayerConnect (0x00000000) from Freemode_new.amx
    [13:47:48] [debug] Native backtrace:
    [13:47:48] [debug] #0 7e378736 in ?? () from C:\WINDOWS\system32\USER32.dll
    [13:47:48] [debug] #1 004061b4 in ?? () from samp-server.exe

  8. #26
    Аватар для Spectrum
    Пользователь

    Статус
    Оффлайн
    Регистрация
    14.04.2014
    Адрес
    Omsk, Russia
    Сообщений
    349
    Репутация:
    49 ±
    Цитата Сообщение от Дёня Посмотреть сообщение
    Вот весь лог.При подключении крашдетектора, какая-то херня флудит мне в ЛОГ

      Открыть/закрыть
    Код HTML:
    [13:46:51] Антиреклама загружена!
    [13:46:51] Самолётов загружено: 55
    [13:46:51] Бизнесы загружены
    
    [13:46:51]  Drop Gun [FS] By gimini (c)
    [13:46:51]  Do not remove copyright!!!
    [13:46:51]  Version 1.3
    
    [13:46:51] * Оружия загружено: 111
    [13:46:51] [debug] Run time error 19: "File or function is not found"
    [13:46:51] [debug]  Streamer_CallbackHook
    [13:46:51] 14 Июля 2014   9:46:51
    [13:46:51] 31539600
    [13:46:51] 1404380811
    [13:46:51] Number of vehicle models: 155
    [13:46:51] [debug] Run time error 4: "Array index out of bounds"
    [13:46:51] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:51] [debug] AMX backtrace:
    [13:46:51] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:52] [debug] Run time error 4: "Array index out of bounds"
    [13:46:52] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:52] [debug] AMX backtrace:
    [13:46:52] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:52] [debug] Run time error 4: "Array index out of bounds"
    [13:46:52] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:52] [debug] AMX backtrace:
    [13:46:52] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:52] [debug] Run time error 4: "Array index out of bounds"
    [13:46:52] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:52] [debug] AMX backtrace:
    [13:46:52] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:52] [debug] Run time error 4: "Array index out of bounds"
    [13:46:52] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:52] [debug] AMX backtrace:
    [13:46:52] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:53] [debug] Run time error 4: "Array index out of bounds"
    [13:46:53] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:53] [debug] AMX backtrace:
    [13:46:53] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:53] [debug] Run time error 4: "Array index out of bounds"
    [13:46:53] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:53] [debug] AMX backtrace:
    [13:46:53] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:53] [debug] Run time error 4: "Array index out of bounds"
    [13:46:53] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:53] [debug] AMX backtrace:
    [13:46:53] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:53] [debug] Run time error 4: "Array index out of bounds"
    [13:46:53] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:53] [debug] AMX backtrace:
    [13:46:53] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:54] [debug] Run time error 4: "Array index out of bounds"
    [13:46:54] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:54] [debug] AMX backtrace:
    [13:46:54] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:54] [debug] Run time error 4: "Array index out of bounds"
    [13:46:54] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:54] [debug] AMX backtrace:
    [13:46:54] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:54] [debug] Run time error 4: "Array index out of bounds"
    [13:46:54] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:54] [debug] AMX backtrace:
    [13:46:54] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:54] [debug] Run time error 4: "Array index out of bounds"
    [13:46:54] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:54] [debug] AMX backtrace:
    [13:46:54] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:55] [debug] Run time error 4: "Array index out of bounds"
    [13:46:55] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:55] [debug] AMX backtrace:
    [13:46:55] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:55] [debug] Run time error 4: "Array index out of bounds"
    [13:46:55] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:55] [debug] AMX backtrace:
    [13:46:55] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:55] [debug] Run time error 4: "Array index out of bounds"
    [13:46:55] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:55] [debug] AMX backtrace:
    [13:46:55] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:55] [debug] Run time error 4: "Array index out of bounds"
    [13:46:55] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:55] [debug] AMX backtrace:
    [13:46:55] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:55] [debug] Run time error 4: "Array index out of bounds"
    [13:46:55] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:55] [debug] AMX backtrace:
    [13:46:55] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:56] [debug] Run time error 4: "Array index out of bounds"
    [13:46:56] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:56] [debug] AMX backtrace:
    [13:46:56] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:56] [debug] Run time error 4: "Array index out of bounds"
    [13:46:56] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:56] [debug] AMX backtrace:
    [13:46:56] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:56] [debug] Run time error 4: "Array index out of bounds"
    [13:46:56] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:56] [debug] AMX backtrace:
    [13:46:56] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:56] [debug] Run time error 4: "Array index out of bounds"
    [13:46:56] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:56] [debug] AMX backtrace:
    [13:46:56] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:57] [debug] Run time error 4: "Array index out of bounds"
    [13:46:57] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:57] [debug] AMX backtrace:
    [13:46:57] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:57] [debug] Run time error 4: "Array index out of bounds"
    [13:46:57] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:57] [debug] AMX backtrace:
    [13:46:57] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:57] [debug] Run time error 4: "Array index out of bounds"
    [13:46:57] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:57] [debug] AMX backtrace:
    [13:46:57] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:57] [debug] Run time error 4: "Array index out of bounds"
    [13:46:57] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:57] [debug] AMX backtrace:
    [13:46:57] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:58] [debug] Run time error 4: "Array index out of bounds"
    [13:46:58] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:58] [debug] AMX backtrace:
    [13:46:58] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:58] [debug] Run time error 4: "Array index out of bounds"
    [13:46:58] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:58] [debug] AMX backtrace:
    [13:46:58] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:58] [debug] Run time error 4: "Array index out of bounds"
    [13:46:58] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:58] [debug] AMX backtrace:
    [13:46:58] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:58] [debug] Run time error 4: "Array index out of bounds"
    [13:46:58] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:58] [debug] AMX backtrace:
    [13:46:58] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:59] [debug] Run time error 4: "Array index out of bounds"
    [13:46:59] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:59] [debug] AMX backtrace:
    [13:46:59] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:59] [debug] Run time error 4: "Array index out of bounds"
    [13:46:59] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:59] [debug] AMX backtrace:
    [13:46:59] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:59] [debug] Run time error 4: "Array index out of bounds"
    [13:46:59] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:59] [debug] AMX backtrace:
    [13:46:59] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:46:59] [debug] Run time error 4: "Array index out of bounds"
    [13:46:59] [debug]  Accessing element at index 100 past array upper bound 99
    [13:46:59] [debug] AMX backtrace:
    [13:46:59] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:00] [debug] Run time error 4: "Array index out of bounds"
    [13:47:00] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:00] [debug] AMX backtrace:
    [13:47:00] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:00] [debug] Run time error 4: "Array index out of bounds"
    [13:47:00] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:00] [debug] AMX backtrace:
    [13:47:00] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:00] [debug] Run time error 4: "Array index out of bounds"
    [13:47:00] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:00] [debug] AMX backtrace:
    [13:47:00] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:00] [debug] Run time error 4: "Array index out of bounds"
    [13:47:00] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:00] [debug] AMX backtrace:
    [13:47:00] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:00] Обьекты загружены
    [13:47:00] Server password has been removed.
    [13:47:01] [debug] Run time error 4: "Array index out of bounds"
    [13:47:01] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:01] [debug] AMX backtrace:
    [13:47:01] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:01] [debug] Run time error 4: "Array index out of bounds"
    [13:47:01] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:01] [debug] AMX backtrace:
    [13:47:01] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:01] [debug] Run time error 4: "Array index out of bounds"
    [13:47:01] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:01] [debug] AMX backtrace:
    [13:47:01] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:01] [debug] Run time error 4: "Array index out of bounds"
    [13:47:01] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:01] [debug] AMX backtrace:
    [13:47:01] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:02] [debug] Run time error 4: "Array index out of bounds"
    [13:47:02] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:02] [debug] AMX backtrace:
    [13:47:02] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:02] [debug] Run time error 4: "Array index out of bounds"
    [13:47:02] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:02] [debug] AMX backtrace:
    [13:47:02] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:02] [debug] Run time error 4: "Array index out of bounds"
    [13:47:02] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:02] [debug] AMX backtrace:
    [13:47:02] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:02] [debug] Run time error 4: "Array index out of bounds"
    [13:47:02] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:02] [debug] AMX backtrace:
    [13:47:02] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:03] [debug] Run time error 4: "Array index out of bounds"
    [13:47:03] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:03] [debug] AMX backtrace:
    [13:47:03] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:03] [debug] Run time error 4: "Array index out of bounds"
    [13:47:03] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:03] [debug] AMX backtrace:
    [13:47:03] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:03] [debug] Run time error 4: "Array index out of bounds"
    [13:47:03] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:03] [debug] AMX backtrace:
    [13:47:03] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:03] [debug] Run time error 4: "Array index out of bounds"
    [13:47:03] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:03] [debug] AMX backtrace:
    [13:47:03] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:03] [debug] Run time error 4: "Array index out of bounds"
    [13:47:03] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:03] [debug] AMX backtrace:
    [13:47:03] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:04] [debug] Run time error 4: "Array index out of bounds"
    [13:47:04] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:04] [debug] AMX backtrace:
    [13:47:04] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:04] [debug] Run time error 4: "Array index out of bounds"
    [13:47:04] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:04] [debug] AMX backtrace:
    [13:47:04] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:04] [debug] Run time error 4: "Array index out of bounds"
    [13:47:04] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:04] [debug] AMX backtrace:
    [13:47:04] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:04] [debug] Run time error 4: "Array index out of bounds"
    [13:47:04] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:04] [debug] AMX backtrace:
    [13:47:04] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:05] [debug] Run time error 4: "Array index out of bounds"
    [13:47:05] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:05] [debug] AMX backtrace:
    [13:47:05] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:05] [debug] Run time error 4: "Array index out of bounds"
    [13:47:05] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:05] [debug] AMX backtrace:
    [13:47:05] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:05] [debug] Run time error 4: "Array index out of bounds"
    [13:47:05] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:05] [debug] AMX backtrace:
    [13:47:05] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:05] [debug] Run time error 4: "Array index out of bounds"
    [13:47:05] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:05] [debug] AMX backtrace:
    [13:47:05] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:06] [debug] Run time error 4: "Array index out of bounds"
    [13:47:06] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:06] [debug] AMX backtrace:
    [13:47:06] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:06] [debug] Run time error 4: "Array index out of bounds"
    [13:47:06] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:06] [debug] AMX backtrace:
    [13:47:06] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:06] [debug] Run time error 4: "Array index out of bounds"
    [13:47:06] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:06] [debug] AMX backtrace:
    [13:47:06] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:06] [debug] Run time error 4: "Array index out of bounds"
    [13:47:06] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:06] [debug] AMX backtrace:
    [13:47:06] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:07] [debug] Run time error 4: "Array index out of bounds"
    [13:47:07] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:07] [debug] AMX backtrace:
    [13:47:07] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:07] [debug] Run time error 4: "Array index out of bounds"
    [13:47:07] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:07] [debug] AMX backtrace:
    [13:47:07] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:07] [debug] Run time error 4: "Array index out of bounds"
    [13:47:07] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:07] [debug] AMX backtrace:
    [13:47:07] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:07] [debug] Run time error 4: "Array index out of bounds"
    [13:47:07] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:07] [debug] AMX backtrace:
    [13:47:07] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:08] [debug] Run time error 4: "Array index out of bounds"
    [13:47:08] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:08] [debug] AMX backtrace:
    [13:47:08] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:08] [debug] Run time error 4: "Array index out of bounds"
    [13:47:08] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:08] [debug] AMX backtrace:
    [13:47:08] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:08] [debug] Run time error 4: "Array index out of bounds"
    [13:47:08] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:08] [debug] AMX backtrace:
    [13:47:08] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:08] [debug] Run time error 4: "Array index out of bounds"
    [13:47:08] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:08] [debug] AMX backtrace:
    [13:47:08] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:09] [debug] Run time error 4: "Array index out of bounds"
    [13:47:09] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:09] [debug] AMX backtrace:
    [13:47:09] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:09] [debug] Run time error 4: "Array index out of bounds"
    [13:47:09] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:09] [debug] AMX backtrace:
    [13:47:09] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:09] [debug] Run time error 4: "Array index out of bounds"
    [13:47:09] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:09] [debug] AMX backtrace:
    [13:47:09] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:09] [debug] Run time error 4: "Array index out of bounds"
    [13:47:09] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:09] [debug] AMX backtrace:
    [13:47:09] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:10] [debug] Run time error 4: "Array index out of bounds"
    [13:47:10] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:10] [debug] AMX backtrace:
    [13:47:10] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:10] [debug] Run time error 4: "Array index out of bounds"
    [13:47:10] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:10] [debug] AMX backtrace:
    [13:47:10] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:10] [debug] Run time error 4: "Array index out of bounds"
    [13:47:10] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:10] [debug] AMX backtrace:
    [13:47:10] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:10] [debug] Run time error 4: "Array index out of bounds"
    [13:47:10] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:10] [debug] AMX backtrace:
    [13:47:10] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:10] [debug] Run time error 4: "Array index out of bounds"
    [13:47:10] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:10] [debug] AMX backtrace:
    [13:47:10] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:11] [debug] Run time error 4: "Array index out of bounds"
    [13:47:11] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:11] [debug] AMX backtrace:
    [13:47:11] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:11] [debug] Run time error 4: "Array index out of bounds"
    [13:47:11] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:11] [debug] AMX backtrace:
    [13:47:11] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:11] [debug] Run time error 4: "Array index out of bounds"
    [13:47:11] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:11] [debug] AMX backtrace:
    [13:47:11] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:11] [debug] Run time error 4: "Array index out of bounds"
    [13:47:11] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:11] [debug] AMX backtrace:
    [13:47:11] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:12] [debug] Run time error 4: "Array index out of bounds"
    [13:47:12] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:12] [debug] AMX backtrace:
    [13:47:12] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:12] [debug] Run time error 4: "Array index out of bounds"
    [13:47:12] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:12] [debug] AMX backtrace:
    [13:47:12] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:12] [debug] Run time error 4: "Array index out of bounds"
    [13:47:12] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:12] [debug] AMX backtrace:
    [13:47:12] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:12] [debug] Run time error 4: "Array index out of bounds"
    [13:47:12] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:12] [debug] AMX backtrace:
    [13:47:12] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:13] [debug] Run time error 4: "Array index out of bounds"
    [13:47:13] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:13] [debug] AMX backtrace:
    [13:47:13] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:13] [debug] Run time error 4: "Array index out of bounds"
    [13:47:13] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:13] [debug] AMX backtrace:
    [13:47:13] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:13] [debug] Run time error 4: "Array index out of bounds"
    [13:47:13] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:13] [debug] AMX backtrace:
    [13:47:13] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:13] [debug] Run time error 4: "Array index out of bounds"
    [13:47:13] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:13] [debug] AMX backtrace:
    [13:47:13] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:14] [debug] Run time error 4: "Array index out of bounds"
    [13:47:14] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:14] [debug] AMX backtrace:
    [13:47:14] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:14] [debug] Run time error 4: "Array index out of bounds"
    [13:47:14] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:14] [debug] AMX backtrace:
    [13:47:14] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:14] [debug] Run time error 4: "Array index out of bounds"
    [13:47:14] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:14] [debug] AMX backtrace:
    [13:47:14] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:14] [debug] Run time error 4: "Array index out of bounds"
    [13:47:14] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:14] [debug] AMX backtrace:
    [13:47:14] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:15] [debug] Run time error 4: "Array index out of bounds"
    [13:47:15] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:15] [debug] AMX backtrace:
    [13:47:15] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:15] [debug] Run time error 4: "Array index out of bounds"
    [13:47:15] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:15] [debug] AMX backtrace:
    [13:47:15] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:15] [debug] Run time error 4: "Array index out of bounds"
    [13:47:15] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:15] [debug] AMX backtrace:
    [13:47:15] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:15] [debug] Run time error 4: "Array index out of bounds"
    [13:47:15] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:15] [debug] AMX backtrace:
    [13:47:15] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:16] [debug] Run time error 4: "Array index out of bounds"
    [13:47:16] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:16] [debug] AMX backtrace:
    [13:47:16] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:16] [debug] Run time error 4: "Array index out of bounds"
    [13:47:16] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:16] [debug] AMX backtrace:
    [13:47:16] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:16] [debug] Run time error 4: "Array index out of bounds"
    [13:47:16] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:16] [debug] AMX backtrace:
    [13:47:16] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:16] [debug] Run time error 4: "Array index out of bounds"
    [13:47:16] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:16] [debug] AMX backtrace:
    [13:47:16] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:17] [debug] Run time error 4: "Array index out of bounds"
    [13:47:17] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:17] [debug] AMX backtrace:
    [13:47:17] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:17] [debug] Run time error 4: "Array index out of bounds"
    [13:47:17] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:17] [debug] AMX backtrace:
    [13:47:17] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:17] [debug] Run time error 4: "Array index out of bounds"
    [13:47:17] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:17] [debug] AMX backtrace:
    [13:47:17] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:17] [debug] Run time error 4: "Array index out of bounds"
    [13:47:17] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:17] [debug] AMX backtrace:
    [13:47:17] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:17] [debug] Run time error 4: "Array index out of bounds"
    [13:47:17] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:17] [debug] AMX backtrace:
    [13:47:17] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:18] [debug] Run time error 4: "Array index out of bounds"
    [13:47:18] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:18] [debug] AMX backtrace:
    [13:47:18] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:18] [debug] Run time error 4: "Array index out of bounds"
    [13:47:18] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:18] [debug] AMX backtrace:
    [13:47:18] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:18] [debug] Run time error 4: "Array index out of bounds"
    [13:47:18] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:18] [debug] AMX backtrace:
    [13:47:18] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:18] [debug] Run time error 4: "Array index out of bounds"
    [13:47:18] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:18] [debug] AMX backtrace:
    [13:47:18] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:19] [debug] Run time error 4: "Array index out of bounds"
    [13:47:19] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:19] [debug] AMX backtrace:
    [13:47:19] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:19] [debug] Run time error 4: "Array index out of bounds"
    [13:47:19] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:19] [debug] AMX backtrace:
    [13:47:19] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:19] [debug] Run time error 4: "Array index out of bounds"
    [13:47:19] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:19] [debug] AMX backtrace:
    [13:47:19] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:19] [debug] Run time error 4: "Array index out of bounds"
    [13:47:19] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:19] [debug] AMX backtrace:
    [13:47:19] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:20] [debug] Run time error 4: "Array index out of bounds"
    [13:47:20] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:20] [debug] AMX backtrace:
    [13:47:20] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:20] [debug] Run time error 4: "Array index out of bounds"
    [13:47:20] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:20] [debug] AMX backtrace:
    [13:47:20] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:20] [debug] Run time error 4: "Array index out of bounds"
    [13:47:20] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:20] [debug] AMX backtrace:
    [13:47:20] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:20] [debug] Run time error 4: "Array index out of bounds"
    [13:47:20] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:20] [debug] AMX backtrace:
    [13:47:20] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:21] [debug] Run time error 4: "Array index out of bounds"
    [13:47:21] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:21] [debug] AMX backtrace:
    [13:47:21] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:21] [debug] Run time error 4: "Array index out of bounds"
    [13:47:21] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:21] [debug] AMX backtrace:
    [13:47:21] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:21] [debug] Run time error 4: "Array index out of bounds"
    [13:47:21] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:21] [debug] AMX backtrace:
    [13:47:21] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:21] [debug] Run time error 4: "Array index out of bounds"
    [13:47:21] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:21] [debug] AMX backtrace:
    [13:47:21] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:22] [debug] Run time error 4: "Array index out of bounds"
    [13:47:22] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:22] [debug] AMX backtrace:
    [13:47:22] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:22] [debug] Run time error 4: "Array index out of bounds"
    [13:47:22] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:22] [debug] AMX backtrace:
    [13:47:22] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:22] [debug] Run time error 4: "Array index out of bounds"
    [13:47:22] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:22] [debug] AMX backtrace:
    [13:47:22] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:22] [debug] Run time error 4: "Array index out of bounds"
    [13:47:22] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:22] [debug] AMX backtrace:
    [13:47:22] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:23] [debug] Run time error 4: "Array index out of bounds"
    [13:47:23] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:23] [debug] AMX backtrace:
    [13:47:23] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:23] [debug] Run time error 4: "Array index out of bounds"
    [13:47:23] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:23] [debug] AMX backtrace:
    [13:47:23] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:23] [debug] Run time error 4: "Array index out of bounds"
    [13:47:23] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:23] [debug] AMX backtrace:
    [13:47:23] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:23] [debug] Run time error 4: "Array index out of bounds"
    [13:47:23] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:23] [debug] AMX backtrace:
    [13:47:23] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:24] [debug] Run time error 4: "Array index out of bounds"
    [13:47:24] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:24] [debug] AMX backtrace:
    [13:47:24] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:24] [debug] Run time error 4: "Array index out of bounds"
    [13:47:24] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:24] [debug] AMX backtrace:
    [13:47:24] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:24] [debug] Run time error 4: "Array index out of bounds"
    [13:47:24] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:24] [debug] AMX backtrace:
    [13:47:24] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:24] [debug] Run time error 4: "Array index out of bounds"
    [13:47:24] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:24] [debug] AMX backtrace:
    [13:47:24] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:24] [debug] Run time error 4: "Array index out of bounds"
    [13:47:24] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:24] [debug] AMX backtrace:
    [13:47:24] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:25] [debug] Run time error 4: "Array index out of bounds"
    [13:47:25] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:25] [debug] AMX backtrace:
    [13:47:25] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:25] [debug] Run time error 4: "Array index out of bounds"
    [13:47:25] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:25] [debug] AMX backtrace:
    [13:47:25] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:25] [debug] Run time error 4: "Array index out of bounds"
    [13:47:25] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:25] [debug] AMX backtrace:
    [13:47:25] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:25] [debug] Run time error 4: "Array index out of bounds"
    [13:47:25] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:25] [debug] AMX backtrace:
    [13:47:25] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:26] [debug] Run time error 4: "Array index out of bounds"
    [13:47:26] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:26] [debug] AMX backtrace:
    [13:47:26] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:26] [debug] Run time error 4: "Array index out of bounds"
    [13:47:26] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:26] [debug] AMX backtrace:
    [13:47:26] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:26] [debug] Run time error 4: "Array index out of bounds"
    [13:47:26] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:26] [debug] AMX backtrace:
    [13:47:26] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:26] [debug] Run time error 4: "Array index out of bounds"
    [13:47:26] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:26] [debug] AMX backtrace:
    [13:47:26] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:27] [debug] Run time error 4: "Array index out of bounds"
    [13:47:27] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:27] [debug] AMX backtrace:
    [13:47:27] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:27] [debug] Run time error 4: "Array index out of bounds"
    [13:47:27] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:27] [debug] AMX backtrace:
    [13:47:27] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:27] [debug] Run time error 4: "Array index out of bounds"
    [13:47:27] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:27] [debug] AMX backtrace:
    [13:47:27] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:27] [debug] Run time error 4: "Array index out of bounds"
    [13:47:27] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:27] [debug] AMX backtrace:
    [13:47:27] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:28] [debug] Run time error 4: "Array index out of bounds"
    [13:47:28] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:28] [debug] AMX backtrace:
    [13:47:28] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:28] [debug] Run time error 4: "Array index out of bounds"
    [13:47:28] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:28] [debug] AMX backtrace:
    [13:47:28] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:28] [debug] Run time error 4: "Array index out of bounds"
    [13:47:28] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:28] [debug] AMX backtrace:
    [13:47:28] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:28] [debug] Run time error 4: "Array index out of bounds"
    [13:47:28] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:28] [debug] AMX backtrace:
    [13:47:28] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:29] [debug] Run time error 4: "Array index out of bounds"
    [13:47:29] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:29] [debug] AMX backtrace:
    [13:47:29] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:29] [debug] Run time error 4: "Array index out of bounds"
    [13:47:29] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:29] [debug] AMX backtrace:
    [13:47:29] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:29] [debug] Run time error 4: "Array index out of bounds"
    [13:47:29] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:29] [debug] AMX backtrace:
    [13:47:29] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:29] [debug] Run time error 4: "Array index out of bounds"
    [13:47:29] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:29] [debug] AMX backtrace:
    [13:47:29] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:30] [debug] Run time error 4: "Array index out of bounds"
    [13:47:30] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:30] [debug] AMX backtrace:
    [13:47:30] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:30] [debug] Run time error 4: "Array index out of bounds"
    [13:47:30] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:30] [debug] AMX backtrace:
    [13:47:30] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:30] [debug] Run time error 4: "Array index out of bounds"
    [13:47:30] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:30] [debug] AMX backtrace:
    [13:47:30] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:30] [debug] Run time error 4: "Array index out of bounds"
    [13:47:30] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:30] [debug] AMX backtrace:
    [13:47:30] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:30] [debug] Run time error 4: "Array index out of bounds"
    [13:47:30] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:30] [debug] AMX backtrace:
    [13:47:30] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:31] [debug] Run time error 4: "Array index out of bounds"
    [13:47:31] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:31] [debug] AMX backtrace:
    [13:47:31] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:31] [debug] Run time error 4: "Array index out of bounds"
    [13:47:31] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:31] [debug] AMX backtrace:
    [13:47:31] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:31] [debug] Run time error 4: "Array index out of bounds"
    [13:47:31] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:31] [debug] AMX backtrace:
    [13:47:31] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:31] [debug] Run time error 4: "Array index out of bounds"
    [13:47:31] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:31] [debug] AMX backtrace:
    [13:47:31] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:32] [debug] Run time error 4: "Array index out of bounds"
    [13:47:32] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:32] [debug] AMX backtrace:
    [13:47:32] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:32] [debug] Run time error 4: "Array index out of bounds"
    [13:47:32] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:32] [debug] AMX backtrace:
    [13:47:32] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:32] [debug] Run time error 4: "Array index out of bounds"
    [13:47:32] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:32] [debug] AMX backtrace:
    [13:47:32] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:32] [debug] Run time error 4: "Array index out of bounds"
    [13:47:32] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:32] [debug] AMX backtrace:
    [13:47:32] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:33] [debug] Run time error 4: "Array index out of bounds"
    [13:47:33] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:33] [debug] AMX backtrace:
    [13:47:33] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:33] [debug] Run time error 4: "Array index out of bounds"
    [13:47:33] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:33] [debug] AMX backtrace:
    [13:47:33] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:33] [debug] Run time error 4: "Array index out of bounds"
    [13:47:33] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:33] [debug] AMX backtrace:
    [13:47:33] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:33] [debug] Run time error 4: "Array index out of bounds"
    [13:47:33] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:33] [debug] AMX backtrace:
    [13:47:33] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:34] [debug] Run time error 4: "Array index out of bounds"
    [13:47:34] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:34] [debug] AMX backtrace:
    [13:47:34] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:34] [debug] Run time error 4: "Array index out of bounds"
    [13:47:34] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:34] [debug] AMX backtrace:
    [13:47:34] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:34] [debug] Run time error 4: "Array index out of bounds"
    [13:47:34] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:34] [debug] AMX backtrace:
    [13:47:34] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:34] [debug] Run time error 4: "Array index out of bounds"
    [13:47:34] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:34] [debug] AMX backtrace:
    [13:47:34] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:35] [debug] Run time error 4: "Array index out of bounds"
    [13:47:35] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:35] [debug] AMX backtrace:
    [13:47:35] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:35] [debug] Run time error 4: "Array index out of bounds"
    [13:47:35] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:35] [debug] AMX backtrace:
    [13:47:35] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:35] [debug] Run time error 4: "Array index out of bounds"
    [13:47:35] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:35] [debug] AMX backtrace:
    [13:47:35] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:35] [debug] Run time error 4: "Array index out of bounds"
    [13:47:35] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:35] [debug] AMX backtrace:
    [13:47:35] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:35] [debug] Run time error 4: "Array index out of bounds"
    [13:47:35] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:35] [debug] AMX backtrace:
    [13:47:35] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:36] [debug] Run time error 4: "Array index out of bounds"
    [13:47:36] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:36] [debug] AMX backtrace:
    [13:47:36] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:36] [debug] Run time error 4: "Array index out of bounds"
    [13:47:36] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:36] [debug] AMX backtrace:
    [13:47:36] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:36] [debug] Run time error 4: "Array index out of bounds"
    [13:47:36] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:36] [debug] AMX backtrace:
    [13:47:36] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:36] [debug] Run time error 4: "Array index out of bounds"
    [13:47:36] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:36] [debug] AMX backtrace:
    [13:47:36] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:37] [debug] Run time error 4: "Array index out of bounds"
    [13:47:37] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:37] [debug] AMX backtrace:
    [13:47:37] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:37] [debug] Run time error 4: "Array index out of bounds"
    [13:47:37] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:37] [debug] AMX backtrace:
    [13:47:37] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:37] [debug] Run time error 4: "Array index out of bounds"
    [13:47:37] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:37] [debug] AMX backtrace:
    [13:47:37] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:37] [debug] Run time error 4: "Array index out of bounds"
    [13:47:37] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:37] [debug] AMX backtrace:
    [13:47:37] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:38] [debug] Run time error 4: "Array index out of bounds"
    [13:47:38] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:38] [debug] AMX backtrace:
    [13:47:38] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:38] [debug] Run time error 4: "Array index out of bounds"
    [13:47:38] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:38] [debug] AMX backtrace:
    [13:47:38] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:38] [debug] Run time error 4: "Array index out of bounds"
    [13:47:38] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:38] [debug] AMX backtrace:
    [13:47:38] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:38] [debug] Run time error 4: "Array index out of bounds"
    [13:47:38] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:38] [debug] AMX backtrace:
    [13:47:38] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:39] [debug] Run time error 4: "Array index out of bounds"
    [13:47:39] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:39] [debug] AMX backtrace:
    [13:47:39] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:39] [debug] Run time error 4: "Array index out of bounds"
    [13:47:39] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:39] [debug] AMX backtrace:
    [13:47:39] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:39] [debug] Run time error 4: "Array index out of bounds"
    [13:47:39] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:39] [debug] AMX backtrace:
    [13:47:39] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:39] [debug] Run time error 4: "Array index out of bounds"
    [13:47:39] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:39] [debug] AMX backtrace:
    [13:47:39] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:40] [debug] Run time error 4: "Array index out of bounds"
    [13:47:40] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:40] [debug] AMX backtrace:
    [13:47:40] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:40] [debug] Run time error 4: "Array index out of bounds"
    [13:47:40] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:40] [debug] AMX backtrace:
    [13:47:40] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:40] [debug] Run time error 4: "Array index out of bounds"
    [13:47:40] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:40] [debug] AMX backtrace:
    [13:47:40] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:40] [debug] Run time error 4: "Array index out of bounds"
    [13:47:40] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:40] [debug] AMX backtrace:
    [13:47:40] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:41] [debug] Run time error 4: "Array index out of bounds"
    [13:47:41] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:41] [debug] AMX backtrace:
    [13:47:41] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:41] [debug] Run time error 4: "Array index out of bounds"
    [13:47:41] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:41] [debug] AMX backtrace:
    [13:47:41] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:41] [debug] Run time error 4: "Array index out of bounds"
    [13:47:41] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:41] [debug] AMX backtrace:
    [13:47:41] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:41] [debug] Run time error 4: "Array index out of bounds"
    [13:47:41] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:41] [debug] AMX backtrace:
    [13:47:41] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:41] [debug] Run time error 4: "Array index out of bounds"
    [13:47:41] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:41] [debug] AMX backtrace:
    [13:47:41] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:42] [debug] Run time error 4: "Array index out of bounds"
    [13:47:42] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:42] [debug] AMX backtrace:
    [13:47:42] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:42] [debug] Run time error 4: "Array index out of bounds"
    [13:47:42] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:42] [debug] AMX backtrace:
    [13:47:42] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:42] [debug] Run time error 4: "Array index out of bounds"
    [13:47:42] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:42] [debug] AMX backtrace:
    [13:47:42] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:42] [debug] Run time error 4: "Array index out of bounds"
    [13:47:42] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:42] [debug] AMX backtrace:
    [13:47:42] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:43] [debug] Run time error 4: "Array index out of bounds"
    [13:47:43] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:43] [debug] AMX backtrace:
    [13:47:43] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:43] [debug] Run time error 4: "Array index out of bounds"
    [13:47:43] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:43] [debug] AMX backtrace:
    [13:47:43] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:43] [debug] Run time error 4: "Array index out of bounds"
    [13:47:43] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:43] [debug] AMX backtrace:
    [13:47:43] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:43] [debug] Run time error 4: "Array index out of bounds"
    [13:47:43] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:43] [debug] AMX backtrace:
    [13:47:43] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:44] [debug] Run time error 4: "Array index out of bounds"
    [13:47:44] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:44] [debug] AMX backtrace:
    [13:47:44] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:44] [debug] Run time error 4: "Array index out of bounds"
    [13:47:44] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:44] [debug] AMX backtrace:
    [13:47:44] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:44] [debug] Run time error 4: "Array index out of bounds"
    [13:47:44] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:44] [debug] AMX backtrace:
    [13:47:44] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:44] [debug] Run time error 4: "Array index out of bounds"
    [13:47:44] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:44] [debug] AMX backtrace:
    [13:47:44] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:45] [debug] Run time error 4: "Array index out of bounds"
    [13:47:45] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:45] [debug] AMX backtrace:
    [13:47:45] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:45] [debug] Run time error 4: "Array index out of bounds"
    [13:47:45] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:45] [debug] AMX backtrace:
    [13:47:45] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:45] [debug] Run time error 4: "Array index out of bounds"
    [13:47:45] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:45] [debug] AMX backtrace:
    [13:47:45] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:45] [debug] Run time error 4: "Array index out of bounds"
    [13:47:45] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:45] [debug] AMX backtrace:
    [13:47:45] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:46] [debug] Run time error 4: "Array index out of bounds"
    [13:47:46] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:46] [debug] AMX backtrace:
    [13:47:46] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:46] [debug] Run time error 4: "Array index out of bounds"
    [13:47:46] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:46] [debug] AMX backtrace:
    [13:47:46] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:46] [debug] Run time error 4: "Array index out of bounds"
    [13:47:46] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:46] [debug] AMX backtrace:
    [13:47:46] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:46] [debug] Run time error 4: "Array index out of bounds"
    [13:47:46] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:46] [debug] AMX backtrace:
    [13:47:46] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:46] Incoming connection: 127.0.0.1:1595
    [13:47:46] [debug] Run time error 4: "Array index out of bounds"
    [13:47:46] [debug]  Accessing element at index 100 past array upper bound 99
    [13:47:46] [debug] AMX backtrace:
    [13:47:46] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [13:47:47] [join] Denchik has joined the server (0:127.0.0.1)
    [13:47:47] [debug] Run time error 19: "File or function is not found"
    [13:47:47] [debug]  Streamer_CallbackHook
    [13:47:47] [debug] Server crashed while executing Freemode_new.amx
    [13:47:47] [debug] AMX backtrace:
    [13:47:47] [debug] #0 native strcmp () [00406540] from samp-server.exe
    [13:47:47] [debug] #1 00121c88 in ?? (0x00469528, 0x004694c8) from Freemode_new.amx
    [13:47:47] [debug] #2 0002e7d8 in public Streamer_OnPlayerConnect (0x00000000) from Freemode_new.amx
    [13:47:47] [debug] #3 native CallLocalFunction () [00472ad0] from samp-server.exe
    [13:47:47] [debug] #4 0000173c in public OnPlayerConnect (0x00000000) from Freemode_new.amx
    [13:47:48] [debug] Native backtrace:
    [13:47:48] [debug] #0 7e378736 in ?? () from C:\WINDOWS\system32\USER32.dll
    [13:47:48] [debug] #1 004061b4 in ?? () from samp-server.exe
    отключи крашдетект и скинь лог заново
    Skype: sp3ctrum_attack

  9. Пользователь сказал cпасибо:
    Дёня (05.07.2014)
  10. #27
    Аватар для Дёня
    Пользователь

    Статус
    Оффлайн
    Регистрация
    17.03.2014
    Сообщений
    152
    Репутация:
    13 ±
    Цитата Сообщение от Spectrum Посмотреть сообщение
    отключи крашдетект и скинь лог заново
      Открыть/закрыть
    Код HTML:
    ----------
    Loaded log file: "server_log.txt".
    ----------
    
    SA-MP Dedicated Server
    ----------------------
    v0.3z, (C)2005-2014 SA-MP Team
    
    [14:16:08] 
    [14:16:08] Server Plugins
    [14:16:08] --------------
    [14:16:08]  Loading plugin: streamer
    [14:16:08] 
    
    *** Streamer Plugin v2.5.2 by Incognito loaded ***
    
    [14:16:08]   Loaded.
    [14:16:08]  Loading plugin: regex
    [14:16:08] 
    
    
    [14:16:08] ______________________________________
    
    
    [14:16:08]  Regular Expression Plugin v0.2.1 loaded
    [14:16:08] ______________________________________
    
    
    [14:16:08]  By: Fro (c) Copyright <TBG> 2009-2011
    [14:16:08] ______________________________________
    
    
    [14:16:08]   Loaded.
    [14:16:08]  Loaded 2 plugins.
    
    [14:16:08] 
    [14:16:08] Ban list
    [14:16:08] --------
    [14:16:08]  Loaded: samp.ban
    [14:16:08] 
    [14:16:08] 
    [14:16:08] Filterscripts
    [14:16:08] ---------------
    [14:16:08]   Loading filterscript 'AntiDDoS_Guard.amx'...
    [14:16:08]   Loading filterscript 'AntiCayp.amx'...
    [14:16:08]   Loading filterscript 'TDM_Trial-Xtreme.amx'...
    [14:16:08]   Unable to load filterscript 'TDM_Trial-Xtreme.amx'.
    [14:16:08]   Loaded 2 filterscripts.
    
    [14:16:08] Setting server password to: "YourGame.su"
    [14:16:08] 
    LorencRegister System ( VERSION 1.8 My Edit )
    
    [14:16:11] Антиреклама загружена!
    [14:16:11] Самолётов загружено: 55
    [14:16:11] 284.673706,-104.133399,1001.522888,LinkiNPar[K],3000000,30000,0,Оружейка,0,Нет,6
    [14:16:11] -780.223022,497.454589,1371.749023,sell,3000000,30000,3,Ресторан Либерти,0,Нет,1
    [14:16:11] 1951.811523,997.516723,992.859375,sell,6000000,60000,9,Казино 4 Дракона,0,Нет,10
    [14:16:11] 304.280395,-142.820007,999.601623,sell,2500000,25000,99,Новая Оружейка,0,Нет,7
    [14:16:11] 2093.973144,1403.380249,10.820300,sell,3800000,38000,0,Мини Рынок,0,Нет,0
    [14:16:11] 2001.059448,1520.619873,17.062500,sell,1900000,19000,0,Пиратское Судно,0,Нет,0
    [14:16:11] 2152.419677,1600.041503,1006.173583,sell,8400000,84000,6,Казино Caligulas,0,Нет,1
    [14:16:11] 381.609191,-57.636001,1001.507812,sell,2400000,24000,10,Burger Shot,0,Нет,10
    [14:16:11] 508.365997,-85.045997,998.960876,sell,2700000,27000,11,Бар Байкеров,0,Нет,11
    [14:16:11] 379.358093,-116.400901,1001.492187,sell,2100000,21000,9,Пицерия,0,Нет,5
    [14:16:11] 2259.392578,1285.742065,19.169900,sell,9500000,95000,0,Пирамида,0,Нет,0
    [14:16:11] 1993.684204,890.317993,10.820300,sell,2500000,25000,0,Мини Бар,0,Нет,0
    [14:16:11] 2681.925537,826.146118,10.954500,sell,2600000,26000,0,Стройка,0,Нет,0
    [14:16:11] 2858.278320,1312.517089,11.390600,sell,1800000,18000,0,Станция Лас Вентурас,0,Нет,0
    [14:16:11] 1429.325317,2768.073486,14.820300,sell,2800000,28000,0,Golf Stun,0,Нет,0
    [14:16:11] 413.824096,2536.883544,19.148399,sell,4000000,40000,0,Заброшеный Аэропорт,0,Нет,0
    [14:16:11] 286.654602,1972.800903,17.640600,sell,5300000,53000,0,Военная База,0,Нет,0
    [14:16:11] -346.136596,1513.420776,75.359397,sell,1600000,16000,0,Дрифт Трасса,0,Нет,0
    [14:16:11] -488.382690,2257.747070,51.417400,sell,2600000,26000,0,Stun Дамба,0,Нет,0
    [14:16:11] -1659.374023,1220.412475,7.250000,sell,3900000,39000,0,Магазин Байков,0,Нет,0
    [14:16:11] -1224.706298,48.686698,14.135196,sell,12000000,100000,0,Аэропорт Сан Фиееро,0,Нет,0
    [14:16:11] 823.852416,857.971130,12.104800,sell,1900000,19000,0,Карьер,0,Нет,0
    [14:16:11] 1060.154785,1136.970581,11.000000,sell,6000000,60000,0,Рынок Внедорожников,0,Нет,0
    [14:16:11] 1308.728149,721.313110,10.820300,sell,1120000,11200,0,Мини Аэропорт,0,Нет,0
    [14:16:11] 171.020706,-1830.917114,3.996098,sell,4000000,40000,0,Пляж Лос Сантос,0,Нет,0
    [14:16:11] 1528.808349,-1347.881591,329.460906,sell,2500000,25000,0,Небоскреб,0,Нет,0
    [14:16:11] -2292.133544,-1673.927368,483.207702,sell,8000000,80000,0,Гора Chilian,0,Нет,0
    [14:16:11] 207.461807,-97.965103,1005.257812,sell,3700000,37000,1,Магазин Binco,0,Нет,15
    [14:16:11] 757.568115,5.527100,1000.701477,sell,1400000,14000,1,Тренажерный зал,0,Нет,5
    [14:16:11] -201.410797,-8.129796,1002.273376,sell,1000000,10000,1,Тату салон,0,Нет,17
    [14:16:11] 381.442901,-188.184204,1000.632812,sell,1600000,16000,1,Закусочная,0,Нет,17
    [14:16:11] 421.681213,-83.327796,1001.804687,sell,1500000,150000,1,Парихмахерская,0,Нет,3
    [14:16:11] 1210.951293,-14.727700,1000.921875,sell,1200000,12000,33,Стриптиз-Бар,0,Нет,2
    [14:16:11] 258.192993,117.501899,1003.218811,sell,2000000,20000,90,Полицейский Участок,0,Нет,10
    [14:16:11] 6927.857421,-3.085299,2.255700,sell,20000000,200000,0,Островок,0,Нет,0
    [14:16:11] 1059.324218,1798.459472,11.108098,sell,9000000,90000,0,Рынок Спортивных Авто,0,Нет,0
    [14:16:11] 1672.909790,1830.525024,10.820300,sell,6000000,60000,0,Рынок Классики,0,Нет,0
    [14:16:11] -108.354103,-219.774398,1.875900,sell,1100000,11000,0,Рынок Грузовиков,0,Нет,0
    [14:16:11] 2617.865234,-1339.233520,232.082000,sell,2000000,20000,0,Parkour-Zone 7 ,0,Нет,0
    [14:16:11] 1602.428710,-1719.320800,177.460006,sell,1000000,10000,0,Трубы 0.3с,0,Нет,0
    [14:16:11] 1956.435913,-2285.901367,13.546895,K@ktus[L.A],13500000,135000,0,Аэропорт Лос Сантос,1,/bizcom сменить коментарий,0
    [14:16:11] 1319.078857,1253.675659,10.820300,sell,8000000,80000,0,Аэропорт Лас Вентурас,0,Нет,0
    [14:16:11] 90.391998,723.561279,363.891510,sell,1000000,10000,0,Смертельный_Спуск,0,Нет,0
    [14:16:11] 691.793273,-2314.437988,200.844406,sell,1600000,16000,0,Спуск Лос Сантос,0,Нет,0
    [14:16:11] 220.889999,-923.474975,575.484375,sell,1800000,18000,0,Смертельный Прыжек,0,Нет,0
    [14:16:11] -3302.201171,-3267.856445,1.516100,sell,1400000,14000,0,Вулкан,0,Нет,0
    [14:16:11] -1300.393432,2503.613525,86.964202,sell,1300000,13000,0,Руины,0,Нет,0
    [14:16:11] -3951.508300,523.836914,12.239896,sell,1300000,13000,0,Остров Смерти,0,Нет,0
    [14:16:11] 660.857910,-2323.013916,107.613800,sell,1250000,12500,0,Italy,0,Нет,0
    [14:16:11] 1417.373779,-45.418899,1007.892883,sell,2000000,20000,2,Desert Eagle,0,Нет,1
    [14:16:11] 815.265319,-1108.220214,25.789699,sell,1200000,12000,0,Кладбище,0,Нет,0
    [14:16:11] 1164.696533,-1321.046997,25.466999,sell,1200000,12000,0,Больница,0,Нет,0
    [14:16:11] 312.994506,-160.078598,999.593811,sell,1800000,18000,1,Оружейка ЛС,0,Нет,6
    [14:16:11] -1945.770874,266.808013,35.473899,sell,5000000,50000,0,Магазин Wang Cars,0,Нет,0
    [14:16:11] 1686.047851,-1944.845336,13.546898,sell,8500000,85000,0,Вокзал Лос Сантос,0,Нет,0
    [14:16:11] 2845.703857,-2371.954833,31.007799,sell,3000000,30000,0,Лайнер,0,Нет,0
    [14:16:11] 2131.713378,-1150.446411,24.155300,sell,1000000,10000,0,Coutt and Schutz,0,Нет,0
    [14:16:11] 1480.513793,-1672.594726,14.046898,sell,2000000,20000,0,Центральный Парк,0,Нет,0
    [14:16:11] 1964.591064,-1383.740112,18.578100,sell,1200000,12000,0,Скейт-Парк,0,Нет,0
    [14:16:11] 2108.659423,898.578674,11.179699,sell,1000000,10000,0,Gas Station LV,0,Нет,0
    [14:16:11] 2313.427978,1393.043945,10.984399,sell,1200000,12000,0,Park-Station LV,0,Нет,0
    [14:16:11] 3104.630615,-3172.818115,47.653701,sell,1900000,19000,0,Drift-Park,0,Нет,0
    [14:16:11] 2981.050781,-1844.563842,599.455871,sell,2000000,20000,0,Parkour-Zone 1 ,0,Нет,0
    [14:16:11] 2094.948486,-1780.543334,274.651000,sell,2000000,20000,0,Parkour-Zone 2 ,0,Нет,0
    [14:16:11] -2963.896972,218.546096,16.891300,sell,2000000,20000,0,Parkour-Zone 3 ,0,Нет,0
    [14:16:11] -2929.726806,-1873.339111,7.456200,sell,2000000,20000,0,Parkour-Zone 4 ,0,Нет,0
    [14:16:11] 1444.377929,-1701.088989,913.390625,sell,2000000,20000,0,Parkour-Zone 5 ,0,Нет,0
    [14:16:11] 2778.834472,-2745.044677,2460.081542,sell,2000000,20000,0,Parkour-Zone 6 ,0,Нет,0
    [14:16:11] 4293.056152,-1326.575561,14.866299,sell,2000000,20000,0,Parkour-Zone 8 ,0,Нет,0
    [14:16:11] 1433.753417,2618.802246,11.392600,sell,20000000,200000,0,Рублевка ,0,Нет,0
    [14:16:11] 2018.999511,1916.464599,12.341400,sell,15000000,150000,0,The Visage ,0,Нет,0
    [14:16:11] 
    
    [14:16:11]  Drop Gun [FS] By gimini (c)
    [14:16:11]  Do not remove copyright!!!
    [14:16:11]  Version 1.3
    
    [14:16:11] * Оружия загружено: 111
    [14:16:11] 14 Июля 2014   10:16:11
    [14:16:11] 31539600
    [14:16:11] 1404382571
    [14:16:11] Number of vehicle models: 155
    [14:16:22] Обьекты загружены
    [14:16:22] Server password has been removed.

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

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

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

    Steve Pavlina

  12. #29
    Аватар для Дёня
    Пользователь

    Статус
    Оффлайн
    Регистрация
    17.03.2014
    Сообщений
    152
    Репутация:
    13 ±
    Цитата Сообщение от DeimoS Посмотреть сообщение
    Скомпилируйте мод с режимом отладки компилятора -d3 (в папку Pawno файл "pawn.cfg" и туда прописать "-d3"). После опять подключите крашдетект и уже потом киньте логи
    У меня нету pawn.cfg, у меня есть settings и я в этом файле в строчку Params=-r вставил -d3 -> Params=-r-d3

    И вот, что лог при коннекте игрока с забаненым IP выдаёт
    Код HTML:
    [15:45:04] Incoming connection: 127.0.0.1:1364
    [15:45:04] [debug] Run time error 4: "Array index out of bounds"
    [15:45:04] [debug]  Accessing element at index 100 past array upper bound 99
    [15:45:04] [debug] AMX backtrace:
    [15:45:04] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [15:45:04] [join] Denchik has joined the server (0:127.0.0.1)
    [15:45:04] [debug] Run time error 19: "File or function is not found"
    [15:45:04] [debug]  Streamer_CallbackHook
    [15:45:04] [debug] Server crashed while executing Freemode_new.amx
    [15:45:04] [debug] AMX backtrace:
    [15:45:04] [debug] #0 native strcmp () [00406540] from samp-server.exe
    [15:45:04] [debug] #1 00121c88 in ?? (0x00469528, 0x004694c8) from Freemode_new.amx
    [15:45:04] [debug] #2 0002e7d8 in public Streamer_OnPlayerConnect (0x00000000) from Freemode_new.amx
    [15:45:04] [debug] #3 native CallLocalFunction () [00472ad0] from samp-server.exe
    [15:45:04] [debug] #4 0000173c in public OnPlayerConnect (0x00000000) from Freemode_new.amx
    [15:45:04] [debug] Native backtrace:
    [15:45:04] [debug] #0 7e378736 in ?? () from C:\WINDOWS\system32\USER32.dll
    [15:45:04] [debug] #1 004061b4 in ?? () from samp-server.exe

  13. Пользователь сказал cпасибо:
    DeimoS (06.07.2014)
  14. #30
    Аватар для DeimoS
    Модератор?

    Статус
    Оффлайн
    Регистрация
    27.01.2014
    Адрес
    Восточный Мордор
    Сообщений
    5,588
    Репутация:
    1984 ±
    Цитата Сообщение от Дёня Посмотреть сообщение
    У меня нету pawn.cfg, у меня есть settings и я в этом файле в строчку Params=-r вставил -d3 -> Params=-r-d3

    И вот, что лог при коннекте игрока с забаненым IP выдаёт
    Код HTML:
    [15:45:04] Incoming connection: 127.0.0.1:1364
    [15:45:04] [debug] Run time error 4: "Array index out of bounds"
    [15:45:04] [debug]  Accessing element at index 100 past array upper bound 99
    [15:45:04] [debug] AMX backtrace:
    [15:45:04] [debug] #0 0012623c in public Drift () from Freemode_new.amx
    [15:45:04] [join] Denchik has joined the server (0:127.0.0.1)
    [15:45:04] [debug] Run time error 19: "File or function is not found"
    [15:45:04] [debug]  Streamer_CallbackHook
    [15:45:04] [debug] Server crashed while executing Freemode_new.amx
    [15:45:04] [debug] AMX backtrace:
    [15:45:04] [debug] #0 native strcmp () [00406540] from samp-server.exe
    [15:45:04] [debug] #1 00121c88 in ?? (0x00469528, 0x004694c8) from Freemode_new.amx
    [15:45:04] [debug] #2 0002e7d8 in public Streamer_OnPlayerConnect (0x00000000) from Freemode_new.amx
    [15:45:04] [debug] #3 native CallLocalFunction () [00472ad0] from samp-server.exe
    [15:45:04] [debug] #4 0000173c in public OnPlayerConnect (0x00000000) from Freemode_new.amx
    [15:45:04] [debug] Native backtrace:
    [15:45:04] [debug] #0 7e378736 in ?? () from C:\WINDOWS\system32\USER32.dll
    [15:45:04] [debug] #1 004061b4 in ?? () from samp-server.exe
    Так говорю же, надо было создать
    Связаться со мной в VK можно через личные сообщения этой группы
    Заказы не принимаю

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

    Steve Pavlina

 

 
Страница 3 из 5 ПерваяПервая 1 2 3 4 5 ПоследняяПоследняя

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

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

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

Ваши права

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