Sergey

Results 85 comments of Sergey

Hello. We need to set up a CI system (GitHub actions). This is at least...

> > Hello. We need to set up a CI system (GitHub actions). > > This is at least... > > what do you need to do this? Configure an...

but ![image](https://user-images.githubusercontent.com/18553678/69478445-6925d800-0e03-11ea-9169-d4b009c667cd.png) will work ``` [Method #1]: json_object_has_value():1 [Method #2]: grip_json_object_has_value():1 ```

It really looks like an [L7 attack](https://www.cloudflare.com/learning/ddos/application-layer-ddos-attack/). Have you tried caching? https://github.com/In-line/source_query_cacher

@PM32 This CVar is present in CS:GO and it affects the function pSilent in the cheats. I'll just give you an example of [how pSilent works at the moment](https://youtu.be/dWe2Odb1RJw?t=19), as...

@PM32 At this point in the "proceedings".

please do not refactor along with the implementation of the new functionality.

@theAsmodai agree with you, but any suggestions?

@UnrealKaraulov Questions about fake FPS should be addressed to the hosting company. ```pawn #include #include static HookChain: hook public plugin_init() { DisableHookChain( (hook = RegisterHookChain(RH_Con_Printf, "RH_Con_Printf_Pre")) ) set_task(0.1, "test", .flags...