fix(es_extended/client/adjustments): use correct natives

This commit is contained in:
Kasey FItton
2024-11-13 21:50:38 +00:00
parent 90dc0d1278
commit a491cf209c
@@ -10,7 +10,8 @@ end
function Adjustments:DisableAimAssist()
if Config.DisableAimAssist then
SetPlayerLockon(ESX.playerId, false)
SetPlayerTargetingMode(3)
SetPlayerLockonRangeOverride(ESX.playerId, 0.0)
end
end