auto chocked_commands = *(int*)(uintptr_t(INTERFACES::ClientState) + 0x4D28);
bool show_choked = true;
std::string choke_meme;
choke_meme += "CHOKED: ";
choke_meme += std::to_string(chocked_commands);
if (show_choked)
{
RENDER::DrawF(10, screen_height / 2, FONTS::visuals_lby_font, false, false, CColor(0, 188, 44), choke_meme.c_str());
}