GAMMACASE
GAMMACASE
# Help us help you - [x] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues). - [x] I have tried my absolute best to reduce the problem-space and have...
This changes callback handling when headers and data are received. Before this pr if you register data or headers callbacks, they wont work as expected, and would fire when RequestCompleted...
What are the steps to reproduce this issue? ------------------------------------------- Using either 1.6.3 or 1.6.4 plugin packages from the release tab would provide same result of sbpp-sleuth not doing anything. What...
Add static property support for methodmaps; Example: ```cpp int g_val; methodmap Test { property static int TestVal { public get() { return g_val; } public set(int v) { g_val =...
Like when you creating something by using methodmaps and you want to see all functions for that methodmap and then write info about that function after you select it. `Menu...
Currently if you create the static variable and use brackets somewhere in its initialization (either by using sizeof(), view_as(), or any other alike), autocompletion would think about it as a...
Is it possible to add some sort of customized layout for custom compile options. As an example I have 2 configs, and the only difference in them is that one...
As in Visual Studio or NP++, you can select and edit columns via Holding down the Alt key and pressing the mouse button while moving in a vertical fashion. Here's...
You can use ``_`` in almost any number in sp (except after decimal point in floats), also there's octal and binary representation of a value you can use, here how...
There's no actual 100% identification method to tell if the player is a bot/gotv or a an actual player, but it's still possible to deduce it from its playername in...