Force Angle for Legendware

elilp

User
User
User
User
Status
Offline
Joined
Nov 20, 2019
Messages
54
Reaction score
62
So ye just wanted forceangle in legendware why not post it here
Code:
if (g_cfg.misc.forceangle)
            {
                animstate->m_flGoalFeetYaw = math::normalize_yaw(animstate->m_flGoalFeetYaw + g_cfg.misc.forceanglevalue);
            }
just make an bool and an int for the value and the checkbox
 

Ysku

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Sep 30, 2020
Messages
14
Reaction score
0
So ye just wanted forceangle in legendware why not post it here
Code:
if (g_cfg.misc.forceangle)
            {
                animstate->m_flGoalFeetYaw = math::normalize_yaw(animstate->m_flGoalFeetYaw + g_cfg.misc.forceanglevalue);
            }
just make an bool and an int for the value and the checkbox
thanks! C:
 
Top