krs_pausemenu


:clipboard: krs_pausemenu

The krs_pausemenu is an advanced script designed to enhance the player experience in FiveM by offering a custom pause menu packed with useful features and a user-friendly interface.


:hammer_and_wrench: Key Features

  • Real-Time Player Data
    Displays essential information such as:

    • Bank balance
    • Wallet cash
    • Dirty money
    • Player name
    • Current job
    • Character gender
  • Quick Navigation
    Easily access:

    • Interactive game map
    • Game settings
    • Quick commands for relogging or logging out.
  • Secure Logout
    Custom confirmation popup to prevent accidental disconnections.

  • Optimized for User Experience

    • Built with NUI for a sleek and responsive interface.
    • Supports dynamic focus and seamless integration with screen blur effects.
  • Custom Keybinds
    Shortcut assigned to the ESCAPE key, allowing you to toggle the menu without interfering with standard controls.


:desktop_computer: Server-Side Features

  • Automatically retrieves player data with optimized callbacks.
  • Controlled disconnection with custom farewell messages.

:pushpin: Perfect for RP Servers!

This script is ideal for roleplay servers looking to provide an immersive and professional pause menu, enhancing player interaction and delivering a high-quality experience.

:open_file_folder: Requirements

  • ESX Framework.
  • QBX Framework.
  • lib Library (for keybinds and notifications).

:bulb: Brought to you with passion by Krs Scripts!
For assistance or questions, join our support channel. :rocket:


Download

Code is accessible Yes
Subscription-based No
Lines (approximately) 600+
Requirements ox_lib, esx, qbx
Support Yes
6 Likes

looks good )

1 Like

It seems that the map and other buttons are not working when you go to click them

1 Like

Bro, the pause menu works. I use it and my community uses it

Yeah, mine doesn’t work either.

1 Like

Brother it works, the scripts, I don’t understand what’s wrong with the krs_pausemenu

Bro, the buttons don’t work, and neither do the maps or settings.

I finally got it working…just delete or comment line 2 from the fxmanifest: --use_fxv2_oal “yes”
Another thing…this menu was overlapping the normal pause menu, so i just added this into client.lua:
Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
SetPauseMenuActive(false)
end
end)

1 Like

@ronfiyah where did you add this into client.lua? I tried end and 2nd line both didnt work for me

mine is right above “local function updatePauseMenu()”
dont forget to erase “use_fxv2_oal “yes”” in fxmanifest.lua

1 Like