Releases: StevenKal/ReGameDLL_CS
5.22.0.670-personal_v1
5.22.0.620-semiclip-fix
From RauliTop's issue request rehlds#732.
Related PR: #7.
o Fix players names (code in "CBasePlayer::UpdateStatusBar") not showing when aiming at them with semiclip modules/plugins using bad methods (old types dealing with solidity).
This will fix "mp_playerid" names feature & AMX[X]'s "PlayerName" stat (HUD names when aiming).
And fix some hints messages like "You have spotted a friend", hostages aimed, etc..
o Made the function "CBasePlayer::UpdateStatusBar" performs an internal trace up to the CVar "sv_zmax" (instead of hardcoded 2048/8192 units), in order to fix status informations not showed from high distance (when aim a player/hostage...).
5.22.0.669-personal_v1
5.22.0.612-semiclip-fix
From RauliTop's issue request rehlds#732.
Related PR: #7.
o Fix players names (code in "CBasePlayer::UpdateStatusBar") not showing when aiming at them with semiclip modules/plugins using bad methods (old types dealing with solidity).
This will fix "mp_playerid" names feature & AMX[X]'s "PlayerName" stat (HUD names when aiming).
And fix some hints messages like "You have spotted a friend", hostages aimed, etc..
o Made the function "CBasePlayer::UpdateStatusBar" performs an internal trace up to the CVar "sv_zmax" (instead of hardcoded 2048/8192 units), in order to fix status informations not showed from high distance (when aim a player/hostage...).