Hi, is there any way to open pause menu keybind section and then FiveM?
So far I have this.
RegisterCommand("keyb", function()
ActivateFrontendMenu(GetHashKey('FE_MENU_VERSION_LANDING_KEYMAPPING_MENU'), true, -1)
Wait(500)
if IsFrontendReadyForControl() then
print("ye")
end
end)
RegisterKeyMapping('keyb', 'Open Key Bindings Menu', 'keyboard', 'F6')