Hello
I try to make the mouse left clic do other thing than a punch.
either rebind punch to something else until i finish what i want and then rebind it back to left mouse clic.
or cancel what left mouse clic’s job kind of cancel event.
i want to make it using code note to rebind using gta v parameter menu cause i want it to be for all the server.
i have found this DisablePlayerFiring(player, true); but it does not trigger the left mouse clic unfortunately
any idea ?
Thx for your response, but how do i know if left button has been clicked cause DisableControlAction does ignore the event and then i can’t check for it.
what i want is do something different when left button is clicked, so i need to check first if mouse button is clicked and then dependiong on some boolean value (for example) i’ll do a special event, otherwize i’ll do a punch.