External FOV
Hi I've made external fov and it's been a while now since that but i'm starting to get sick of it cause it's buggy af, and yes i used to iFov method, is this how the ViewmodelFOV method works? Do you just read m_zoomLevel and m_iWeaponID and write them as a float? Ty
Code:
int ViewmodelFOV = ReadMemory<int>(m_zoomLevel + m_iWeaponID); WriteMemory<float>(ViewmodelFOV, 90.0);
