NON-Steam not supported by plugin

Сообщения
47
Реакции
1
Ошибка
[LASERMINE] THIS SERVER IS NON-STEAM. STOPPING PLUGIN.
ОС
Windows
Amx Mod X
1.10
Билд
ReHLDS version: 3.13.0.0-dev
ReGamedll
ReGameDLL version: 5.21.0.576-dev
Версия Metamod
Metamod-r v1.3.0.131, API (5:13)
Список метамодулей
[ 1] AMX Mod X     RUN   -    amxmodx_mm.dll        v1.10.0.5467     ini  Start ANY
[ 2] Reunion RUN - reunion_mm.dll v0.1.92d ini Start Never
[ 3] ReAuthCheck RUN - reauthcheck_mm.dll v0.1.6 ini Start Never
[ 4] Revoice RUN - revoice_mm.dll v0.1.0.34 ini Start Never
[ 5] Rechecker RUN - rechecker_mm.dll v2.7 ini Chlvl ANY
[ 6] WHBlocker RUN - whblocker_mm.dll v1.5.697 ini Chlvl ANY
[ 7] HitBox Fix RUN - hitbox_fix_mm.dll v1.1.2 ini Start ANY
[ 8] YaPB RUN - yapb.dll v4.3.734 ini Chlvl ANY
[ 9] MySQL RUN - mysql_amxx.dll v1.10.0.5467 pl1 ANY ANY
[10] SQLite RUN - sqlite_amxx.dll v1.10.0.5467 pl1 ANY ANY
[11] Fun RUN - fun_amxx.dll v1.10.0.5467 pl1 ANY ANY
[12] Engine RUN - engine_amxx.dll v1.10.0.5467 pl1 ANY ANY
[13] FakeMeta RUN - fakemeta_amxx.dll v1.10.0.5467 pl1 ANY ANY
[14] CStrike RUN - cstrike_amxx.dll v1.10.0.5467 pl1 ANY ANY
[15] CSX RUN - csx_amxx.dll v1.10.0.5467 pl1 ANY ANY
[16] Ham Sandwich RUN - hamsandwich_amxx.dll v1.10.0.5467 pl1 ANY ANY
[17] ReAPI RUN - reapi_amxx.dll v5.22.0.254-dev pl1 ANY Never
Список плагинов
is this needed? i have a lot
Автор плагина
AoiKagase
Версия плагина
3.34
Исходный код
https://github.com/AoiKagase/Amxx-Laser-TripMine-Entity
When i start the server, it shows that im running an non-steam server. Could anyone help about this?
 
Сообщения
365
Реакции
9
Помог
5 раз(а)
Обратите внимание, если вы хотите заключить сделку с этим пользователем, он заблокирован
Foxculated, You need to provide full information, not a tyap bloopers
 
Сообщения
673
Реакции
242
Помог
11 раз(а)
предоставь логи в консоле, что именно пишет
 
Сообщения
47
Реакции
1
[LASERMINE] THIS SERVER IS NON-STEAM. STOPPING PLUGIN.

This is the only log it shows when starting the server, nothing more...
 
Сообщения
270
Реакции
43
Помог
5 раз(а)
[LASERMINE] THIS SERVER IS NON-STEAM. STOPPING PLUGIN.

This is the only log it shows when starting the server, nothing more...
try to disable reunion :) see if it plugin works. probably the plugin must have some kind of check drproto, reunion, maybe even in the inc files.
I did not find such a message in these files
 
Последнее редактирование:
Сообщения
47
Реакции
1
try to disable reunion :) see if it plugin works. probably the plugin must have some kind of check drproto, reunion, maybe even in the inc files.
I did not find such a message in these files
I didnt find too, but it has to be somewhere... There is no need to disable reunion, i dont even know why he had such an idea to add anti-reunion thing in his plugin to make it not support non-steams...
 
Сообщения
27
Реакции
18
Remove check_plugin(); call in public plugin_precache()

And if you want completely remove this check code, go to lasermine_util.inc and delete


Код:
stock bool:check_plugin()
{
    new bool:result = false;
    new const a[][] = {
        {0x40, 0x24, 0x30, 0x1F, 0x36, 0x25, 0x32, 0x33, 0x29, 0x2F, 0x2E, 0x00},
        {0x08, 0x6A, 0x5D, 0x6D, 0x57, 0x6E, 0x5D, 0x6A, 0x6B, 0x61, 0x67, 0x66, 0x00},
        {0x08, 0x59, 0x65, 0x70, 0x70, 0x18, 0x68, 0x59, 0x6D, 0x6B, 0x5D, 0x18, 0x64, 0x59, 0x6B, 0x5D, 0x6A, 0x65, 0x61, 0x66, 0x5D},
        {0x12, 0x49, 0x3A, 0x2F, 0x41, 0x33, 0x40, 0x3B, 0x37, 0x3C, 0x33,
         0x4B, 0x0E, 0x42, 0x36, 0x37, 0x41, 0x0E, 0x41, 0x33, 0x40, 0x44,
         0x33, 0x40, 0x0E, 0x37, 0x41, 0x0E, 0x3C, 0x3D, 0x3C, 0x1B, 0x41,
         0x42, 0x33, 0x2F, 0x3B, 0x1C, 0x0E, 0x41, 0x42, 0x3D, 0x3E, 0x3E,
         0x37, 0x3C, 0x35, 0x0E, 0x3E, 0x3A, 0x43, 0x35, 0x37, 0x3C, 0x1C, 0x00}
    };

    if (cvar_exists(get_dec_string(a[0])))
        result = true;

    if (cvar_exists(get_dec_string(a[1])))
        result = true;

    if (result)
    {
        server_cmd(get_dec_string(a[2]));
        server_print("%s", get_dec_string(a[3]));
    }

    return result;
}

stock get_dec_string(const a[])
{
    new c = strlen(a[1]) + 1;
    new r[512] = "";
    for (new i = 1; i < c; i++)
    {
        formatex(r, strlen(r) + 1, "%s%c", r, (a[i] > 0) ? (a[0] + a[i]) : a[i]);
    }
    return r;
}
After decoding:


Код:
    new const a[][] = {
        {"dp_version"},
        {"reu_version"},
        {"amxx pause lasermine"},
        {"[LASERMINE] THIS SERVER IS NON-STEAM. STOPPING PLUGIN."}
    };
 
Последнее редактирование:

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

Сейчас на форуме нет ни одного пользователя.
Сверху Снизу