-
Автор темы
- #1
So ye just wanted forceangle in legendware why not post it here
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
btw All critics who cannot do anything on their own fly away to ignore.
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
btw All critics who cannot do anything on their own fly away to ignore.
Последнее редактирование: