#Weapon Wheel

1 messages · Page 1 of 1 (latest)

muted dust
#

For some reason when I get inside a vehicle and go to open inventory with TAB the weapon wheel pops up? Has anyone ever seen this before? THANK YOU in advance.

gritty otter
muted dust
patent quest
#

DisableControlAction(0, 37, true) put this in your disabled key control code

#
    while true do
        Wait(0)
        DisableControlAction(0, 37, true)
    end
end)```

like this
#

no need to create new Thread use your existing Thread that run with Wait(0)