DeathScore13
DeathScore13
The default `Handle` has this method. https://github.com/alliedmodders/sourcemod/blob/63f8ea89cad205890af13985d22f65d2755ee283/plugins/include/files.inc#L111-L113
Stok `ImplodeStrings` poorly implemented. `part_length` not initialized and `strcopy` return `0` if string don't write, but checks `length < 0`. https://github.com/alliedmodders/sourcemod/blob/63f8ea89cad205890af13985d22f65d2755ee283/plugins/include/string.inc#L567-L590
I make include with macros that use an overload (which oddly enough in SP works fine) which results in a 201 warning, so I suggest adding a `#pragma warning` like...
1. Added check and fix for PowerShell Core; 2. Fixed some logic errors detected by Visual Studio. > PowerShell Core has the ability to integrate with Windows. Fixing PowerShell Core...