Franco M
Franco M
The problem is that, your device must have android 10 or a higher version, try enabling usb debugging.
> what's your system specs? what FPS do you want to play at? why are you so desperate to get banned? NO JOKES HERE Does this implement FSR 3 in...
I fixed that with: ``` // Check infinite values if (point == INFINITY) { point = 0; } ``` The bug is that it returns infinite values wrongly. `Point: 352,...
The error occurs in the final division performed in maked "matchTemplate" which gives an erroneous result and is not handled in the original function. This in python would not happen...
It seems that it’s not possible because it uses the same location for the modified chromedriver. Perhaps you could patch it yourself and choose a custom location. I recommend using...
void CCamera::Find3rdPersonCamTargetVector
and is bool, not void
> it's neither, it's a float it seems like bool sir
``` // 0x514970 bool CCamera::Find3rdPersonCamTargetVector(float fRange, CVector vecGunMuzzle, CVector& vecSource, CVector& vecTarget) { vecSource = m_aCams[m_nActiveCam].m_vecSource; vecTarget = m_aCams[m_nActiveCam].m_vecFront; if (m_aCams[m_nActiveCam].m_nMode == eCamMode::MODE_TWOPLAYER_IN_CAR_AND_SHOOTING) { m_aCams[m_nActiveCam].Get_TwoPlayer_AimVector(vecTarget); } else { const float...
This seems to be a problem for us but not for Find3rdPersonCamTargetVector.