HEROofMAIDAN Posted July 8, 2020 Posted July 8, 2020 (edited) How to disable auto aiming on a gamepad for all players? Edited July 8, 2020 by HEROofMAIDAN
pichalomo Posted August 4, 2020 Posted August 4, 2020 (edited) I create this script for my server to disable it. mp.events.add('render', () => { if(mp.game.weapon.isPedArmed(mp.players.local.handle, 6)) mp.game.player.setLockon(false) }); Edited November 9, 2021 by pichalomo
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now