Alienmario

Results 18 comments of Alienmario

This would cover the plugin load check but I have other cases per map load. I can accomplish this with unloading the plugin with server command but prefer SetFailState, because...

Well, it might be unusual, but for example here: https://github.com/ampreeT/SourceCoop/blob/9a1e28af22cc9c9a583a664894d696800b711805/scripting/srccoop.sp#L164 The first SetFailState is for listenservers only and from testing, failed plugins reload in this case, but there had to...

Alright, the last use cases I can think of are usually done in OnPluginStart. Should these actually be moved to AskPluginLoad2? - Loading gamedata ``` GameData pGameConfig = LoadGameConfigFile(GAMEDATA_NAME); if...

> If the goal is to add more string stocks for common stuff, I feel like borrowing a few more ideas from python would make sense. Such as IsStringAlpha/Numeric/AlNum, IsStringASCII,...

So, how can I test this from a sm plugin?

No luck. Tested on both windows and linux.

For a long time I thought this was an issue with vaadin itself. This is the problematic statement: ``` .v-grid-tablewrapper { overflow: visible; position: unset; width: 100% !important; } ```...

Is this supposed to automatically recognize the _srv filename suffix in some linux binaries? e.g. `"library" "MaterialSystem"` should work? Edit: turns out it will, but only if you use lowercase!

Sorry to bump, can we get some update on this? I feel like converting String case is a very fundamental operation and it would be nice to have SM ship...

This happens quite often to me too. Restarting sourcepawn-lsp helps for a short while.