ind.text = "LC" ;
- User ID
- 44600
- Messages
- 208
- Reactions
- 53
- Level
- 22
in this tutorial i will showcase to you how to fix broken movement when using a pitch antiaim in supremacy with nospread mode!
this is what happens when we use nospread mode with any pitch:
(recorded on dick kickems nospread server)
so how do we fix broken movement?
after you have inserted this code, your movement should be fixed and you can use anti-aim pitches in nospread mode!
showcase of it working:
this is what happens when we use nospread mode with any pitch:
(recorded on dick kickems nospread server)
You must be registered for see links
so how do we fix broken movement?
hvh.cpp:
case 1:
// down.
g_cl.m_cmd->m_view_angles.x = 89.f;
break;
case 2:
// up.
g_cl.m_cmd->m_view_angles.x = -89.f ;
break;
case 3:
// random.
g_cl.m_cmd->m_view_angles.x = g_csgo.RandomFloat( -89.f , 89.f );
break;
after you have inserted this code, your movement should be fixed and you can use anti-aim pitches in nospread mode!
showcase of it working:
You must be registered for see links