Kruzya

Results 250 comments of Kruzya

Problem investigated. SourceTV manager isn't related. When demo record starts from map start, it can create this "bug", and broke demo file. Fix is required for `AutoDemo_EventManager`.

For fixing this issue, we should determine, what event called when HLTV master is ready. In engine at this moment, called function `CHLTVServer::StartMaster(CGameClient*)`. We need trigger at this moment without...

Also you can just save query text to Datapack and pass them as `data` argument.

In my case, i has forward named as `XXXX_OnConfigLoaded`. Config reads after plugin starting and by server command. You suggest move config reading (include database connecting and many another initialization...

I tested. It solves the issue, but this don't answers, why native is not bounded when `OnPluginStart()` fires, if we perform binding operations before this forward calls. Exactly for natives...

I received this issue with `SharedPlugin` declaration in another project. I perform support for plugin what written by another SP scripter. Sometimes users reports issue with plugin reloading. Today i...

Ok, i tested now. Looks like issue related with `SharedPlugin`. Currently, i has this code: ```sourcepawn // plugin 1 (with native declaration) #include #include #include Handle g_hForward; public APLRes AskPluginLoad2(Handle...

Don't use MySQL 8. It isn't supported officially.

> Telling people to not use it when it is the latest release version doesn't really seem like the best solution here. SM doesn't support fulfilly MySQL 8.0 too. For...

> My whole concern is not the lack of current support, but the implied lack of desire to ever support the latest softwares in the future. I'm not a developer...