This commit is contained in:
a1batross 2016-07-03 23:25:24 +06:00
parent c708dab58f
commit f4193e9975

View File

@ -125,8 +125,8 @@ void CAWP::AWPFire(float flSpread, float flCycleTime, BOOL fUseAutoAim)
m_pPlayer->m_iLastZoom = m_pPlayer->m_iFOV;
m_pPlayer->m_iFOV = m_pPlayer->pev->fov = 90;
}
else
flCycleTime += 0.08;
else // not zoomed, so bullets diverts more
flSpread += 0.08;
if (m_iClip <= 0)
{
@ -206,4 +206,4 @@ float CAWP::GetMaxSpeed(void)
return 210;
return 150;
}
}