Fix weapon ESP names (use friendly name table); add Misc features (bhop, no flash, FOV, spectator list, watermark, hitmarker/sound)
This commit is contained in:
@@ -41,6 +41,17 @@ namespace Settings
|
||||
inline auto MenuAlpha = 200;
|
||||
inline auto MenuStyle = 0;
|
||||
}
|
||||
namespace Misc
|
||||
{
|
||||
inline auto Bunnyhop = false;
|
||||
inline auto NoFlash = false;
|
||||
inline auto FOVChanger = false;
|
||||
inline auto FOV = 90;
|
||||
inline auto SpectatorList = false;
|
||||
inline auto Watermark = true;
|
||||
inline auto Hitmarker = true;
|
||||
inline auto HitSound = true;
|
||||
}
|
||||
namespace Colors
|
||||
{
|
||||
namespace Visual
|
||||
|
||||
Reference in New Issue
Block a user