Xbox360

For some reason everytime i wallk forward with me xbox360 controller is brings up the idlist and my shooting button brings up my on screen keyboard would anyone know how to change this Please Help me

This actually can be blamed on control bindings. There are ways around it but this requires the resource to be detecting the last input method.

If you’re the developer of said server, the below helps combat this. If you’re not try getting in contact with them about it.
http://runtime.fivem.net/doc/reference.html#_0xA571D46727E2B718

An Example Usage
if (IsInputDisabled(2)) then
        if (IsControlPressed(0,  20)) then
            -- something
        end
end

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.