V

Results 8 issues of V

# 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...

Bug

## Description Add `ConvertSteamID` function. Add `GetAccountIDBySteamID64` function with support elder browsers. Add but not used `ResolveVanityURL` function. Use `onblur` event for ``, `` and `` to autoconvert SteamID. ##...

## Motivation and Context Begin to break into modules for preventing duplication of code. Also resolve https://github.com/sbpp/sourcebans-pp/issues/464. ## How Has This Been Tested? I tested it in different situations. ##...

type: enhancement
s: review needed
template: used
semver: major
t: plugin
t: database/schema
s: test needed

## Description Optimization code. Strip useless or duplicated strings of code. More dynamically code. Replaced #define to static const. No more failstate, just idle. Prevent spam errors (as an example...

type: enhancement
s: review needed
semver: patch
t: plugin

I'll be short: Sometimes we all use libs and sometime libs require to calling initial functions for hooking something, checking and etc ### 1. Simple example: ```sourcepawn // csgo_colors.inc //...

enhancement
compiler
vm

If you know about extension methods in C#, you know is good layer of abstraction. As example SourceMod have this [function](https://github.com/alliedmodders/sourcemod/blob/f5461df28cf90461b168f54dfc7373273480d1c3/plugins/include/string.inc#L217): ```sourcepawn /** * Converts an integer to a string....

enhancement

**Is your feature request related to a problem? Please describe.** I have 3+ unpacked **JRE** and will be great have feature to update it. ![image](https://user-images.githubusercontent.com/40791562/160340436-ba4c01e5-3f45-4417-a139-796c77530b70.png) **I'm sure that it's not...

enhancement