Dysphie
Dysphie
# 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...
Code ```cpp enum struct Thing { bool a; bool b; void DoThing() { } } public void OnPluginStart() { Thing t; t.a = true; } ``` produces no warning for...
Currently compiled scripts contain the full path to the compile directory which can expose real names, directory layout, etc. I think we could benefit from using a path relative to...
I think it would be nice to have a hook that listens for specific entity removals, I usually find myself doing this: ```cpp #define MAX_EDICTS (1
It would be nice to have a button to hide the left panel just like on mobile. I don't need the menu to be visible 24/7 and it compromises screen...