You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: bhoptimer now requires SourceMod 1.10 or above.
Revamped HUD for CS:GO. CS:GO HUD has been technically modified so it is easier to manipulate for developers.
Restructured the whole plugin to use enum struct. Code should be easier to understand. As far as I'm aware other modules should not break. However, they will need to be modified if a recompilation is desired.
Fixed chat colors in CS:GO.
Deprecated Shavit_GetPlayerPB and Shavit_GetWRTime. Use Shavit_GetClientPB and Shavit_GetWorldRecord respectively.
Added shavit_rankings_weighting cvar. This allows you to control the weighting in rankings. Set this to 1.0 to disable weighting and instead give users the exact amount of points shown in record submenus.
Changed users.name collation to utf8mb4_general_ci. This is not an automatic migration and will require manual action for existing installations.
Added shavit_core_nochatsound to get rid of the chat ticking sound from timer messages.
Fixed exploit in chat plugin that allowed breakage of the chat in CS:S.
Fixed RTLer not working in chat plugin.
Fixed attempts to teleport a kicked/non spawning central bot resulting in logged errors and paused script execution.
Changed !hud so it is easier to understand for the end-user. The menu now also has new settings that allow you to disable the main HUD's components individually.