Fixed FOV
This commit is contained in:
parent
4af9d51ff2
commit
5d052acc63
@ -51,9 +51,9 @@
|
|||||||
#define SQR(x) x * x
|
#define SQR(x) x * x
|
||||||
|
|
||||||
#ifndef CATHOOK_BUILD_NUMBER
|
#ifndef CATHOOK_BUILD_NUMBER
|
||||||
#define CATHOOK_BUILD_NUMBER "-1"
|
#define CATHOOK_BUILD_NUMBER "LATEST"
|
||||||
#endif
|
#endif
|
||||||
#define CATHOOK_BUILD_NAME "Sweet Roll"
|
#define CATHOOK_BUILD_NAME "Cinnamon Pie"
|
||||||
|
|
||||||
#define CON_NAME "cat"
|
#define CON_NAME "cat"
|
||||||
#define CON_PREFIX CON_NAME "_"
|
#define CON_PREFIX CON_NAME "_"
|
||||||
|
@ -403,7 +403,7 @@ int Aimbot::ShouldTarget(CachedEntity* entity) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (v_fFOV->GetFloat() > 0.0f && (GetFov(g_pLocalPlayer->v_OrigViewangles, g_pLocalPlayer->v_Eye, resultAim) > v_fFOV->GetFloat())) return false;
|
if (v_fFOV->GetFloat() > 0.0f && (GetFov(g_pLocalPlayer->v_OrigViewangles, g_pLocalPlayer->v_Eye, resultAim) > v_fFOV->GetFloat())) return false;
|
||||||
return 0;
|
return 25;
|
||||||
} else if (entity->m_Type == ENTITY_BUILDING) {
|
} else if (entity->m_Type == ENTITY_BUILDING) {
|
||||||
if (!v_bAimBuildings->GetBool()) return 19;
|
if (!v_bAimBuildings->GetBool()) return 19;
|
||||||
int team = CE_INT(entity, netvar.iTeamNum);
|
int team = CE_INT(entity, netvar.iTeamNum);
|
||||||
|
Reference in New Issue
Block a user