Vladimir

Results 71 comments of Vladimir

https://github.com/levelsranks/levels-ranks-web/blob/4454111c242df07ba4c0dada7df62ed52cad7140/web_dev/app/includes/js_controller.php#L128 Попробуй вместо var_export_min использовать var_export .

> Is there a way to check or make sure the `Function` returned by `GetNativeFunction` match a specific signature similar to `typeset` / `typedef`? No, the check takes place at...

```c sub_320880( &dword_76F380, "sv_parallel_send", "0", 0x80000, "Pack and send snapshots in parallel for smoother server tick rate at the expense of spending more CPU.", sub_1AF5F0); ``` `sv_parallel_send` description also talks...

Also I remember that `IMemAlloc::Alloc`, `IMemAlloc::Realloc` and `IMemAlloc::Free` can be called from different threads that can hooks SourceMod DHooks. I had to rewrite everything to SourceMod C++ Extension 😠

### Example crash details Stack trace Function | Offset -- | -- sourcepawn.jit.x86.so!sp::PoolScope::PoolScope() | 0x2a sourcepawn.jit.x86.so!sp::CompilerBase::CompilerBase(sp::PluginRuntime*, sp::MethodInfo*) | 0x42 sourcepawn.jit.x86.so!sp::Compiler::Compiler(sp::PluginRuntime*, sp::MethodInfo*) | 0x17 sourcepawn.jit.x86.so!sp::CompilerBase::Compile(sp::PluginContext*, ke::RefPtr, int*) | 0x2d sourcepawn.jit.x86.so!sp::Environment::Invoke(sp::PluginContext*, ke::RefPtr...

Another case with asynchronous `SDKHook_SetTransmit` Stack trace Function 0 libc-2.31.so + 0x14dd90 1 sourcepawn.jit.x86.so!sp::ScriptedInvoker::Invoke(int*) + 0x1a7 2 sourcepawn.jit.x86.so!sp::ScriptedInvoker::Execute(int*) + 0x5f 3 sdkhooks.ext.2.csgo.so!SDKHooks::Call(CBaseEntity*, SDKHookType, CBaseEntity*) + 0x104 4 sdkhooks.ext.2.csgo.so!SDKHooks::Hook_SetTransmit(CCheckTransmitInfo*, bool) +...

Меня смущает, что при `"lr_db_character_type" "0"` такое возможно. Смотря на код и на результаты тестов исполнения ядром построения структуры в БД, при значении `0` у всех колонок в таблице ядра...

Если стоит значение `1` у `"lr_db_character_type"`, то да, модуль UnusualKills не смотрит на эту настройку, чтобы выставить у себя же у колонки `SteamID` тип Сравнения `utf8_unicode_ci`, и в этом случае...

> https://github.com/levelsranks/levels-ranks-core/blob/2144d62b2db3670efeb2e4f588845b8caf2b877b/Game%20Server/addons/sourcemod/scripting/levels_ranks/database.sp#L154 > > @Wend4r будут какие-то фиксы? https://github.com/levelsranks/levels-ranks-core/blob/master/Game%20Server/addons/sourcemod/configs/levels_ranks/settings.ini#L126-L129 https://github.com/levelsranks/levels-ranks-core/blob/master/Game%20Server/addons/sourcemod/scripting/include/lvl_ranks.inc#L61

> > > https://github.com/levelsranks/levels-ranks-core/blob/2144d62b2db3670efeb2e4f588845b8caf2b877b/Game%20Server/addons/sourcemod/scripting/levels_ranks/database.sp#L154 > > > > > > @Wend4r будут какие-то фиксы? > > > > https://github.com/levelsranks/levels-ranks-core/blob/master/Game%20Server/addons/sourcemod/configs/levels_ranks/settings.ini#L126-L129 > > > > https://github.com/levelsranks/levels-ranks-core/blob/master/Game%20Server/addons/sourcemod/scripting/include/lvl_ranks.inc#L61 > > Так причем тут это,...