01-05-2018, 04:46 PM
Hello
how can I change the buttons? I want to add ( ImGui::RadioButton ) help me pls
help me pls
how can I change the buttons? I want to add ( ImGui::RadioButton ) help me pls
Code:
#if defined ( ENABLE_AIM_BOT ) && ENABLE_AIM_BOT != 0
ON_OFF ( XorString ( "Enables Aim BOT" ), &Vars.LEGITBOT.AimBOT.bON );
if ( Vars.LEGITBOT.AimBOT.bON )
{
ImGui::SliderFloat ( XorString ( "Aim's FoV" ), &Vars.LEGITBOT.AimBOT.fFoV, .1f, 3.f, XorString ( "%.1f" ), XS_RANDOM_SIZE_FLOAT * .004f );
if ( ImGui::IsItemHovered ( ) )
ImGui::SetTooltip ( XorString ( "How Effective The Aim BOT Is!" ) );
};
#endif
help me pls