F1re Posted October 30, 2023 Share Posted October 30, 2023 How do i turn off guns (not shooting and no aiming), and no using fists. i want it so it doesnt unequip it but i want fists to be able to equip and make them so when i click left click, or (right click), so it doesnt try to hit. thx 1 Link to comment
Shady1 Posted October 30, 2023 Share Posted October 30, 2023 28 minutes ago, F1re said: How do i turn off guns (not shooting and no aiming), and no using fists. i want it so it doesnt unequip it but i want fists to be able to equip and make them so when i click left click, or (right click), so it doesnt try to hit. thx function disableWeaponControls() toggleControl(source, "fire", false) toggleControl(source, "aim_weapon", false) toggleControl(source, "next_weapon", false) toggleControl(source, "previous_weapon", false) end addEventHandler("onPlayerJoin", root, disableWeaponControls) https://wiki.multitheftauto.com/wiki/ToggleControl 1 Link to comment
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