F1F88
F1F88
Related to: #2331 This only fixes **"%s"** to always be **left-aligned**, not include the fix for **padding '0'**. If need, I can add a commit to fix the padding '0'....
### Prerequisites - [x] I have checked that my issue doesn't exist yet in the [issue tracker](https://github.com/alliedmodders/sourcemod/issues) ### Operating System and Version Windows 11 24H2 ### Game / AppID and...
Related to: #2099 Added a format specifier **"%E"** to format entity index (or entity reference) as entity classname.
Related to: #2328 Fixed when formatting **negative integers** with **"%0[width]d"**, the **minus sign** should be formatted before the padding '0' instead of after the padding '0'.
### Prerequisites - [x] I have checked that my issue doesn't exist yet in the [issue tracker](https://github.com/alliedmodders/sourcemod/issues) ### Operating System and Version Windows 11 24H2 ### Game / AppID and...
Related to: #2110 Added special handling for float values that are inf (formatted as "Inf" string instead of "0.0")
This code can be compiled in `sourcemod-1.12.0-git7164`, but it will compile with an error starting from `sourcemod-1.12.0-git7165`: ```log error 450: no viable conversion from "MyHandle3[1]" to "MyHandle2[]" ``` ```sourcepawn #include...