mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
Merge pull request #1464 from Mycroft-Studios/Lockon-fix
fix(es_extended/client/adjustments): use correct natives
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user