[RELEASE] Pause Menu V1 | SCRIPT FIVEM

Our first release is ready! This pause menu is an innovative resource with a custom NUI that replaces the old and boring GTA V default pause menu. Everything is fully customizable from the config.lua file. The resource is standalone , so it’s independent from frameworks like ESX or QB. Also, the UI is responsive , so you can play with every resolution. We hope you enjoy it, and stay tuned for the next releases!

SOURCE CODE

DIRECT LINK: GitHub - visionservice/vision_pausemenu

PREVIEW: https://www.youtube.com/watch?v=l7BhbER3gso

12 Likes

Is the font able to be changed?

It’s open source, look in the web folder and change the font via the respective file inside.

Hi, yes of course, the code is totally editable, both web and lua

I ran into a problem with the logo, it was showing up a second time and cut in half.

I fixed this problem by adding background-repeat: no-repeat; after line 80 in the CSS file.

Thanks for this script :slight_smile:


Hi, thanks a lot for reporting, I completely forgot to use this parameter in the css :slight_smile:

Has anyone else had the issue with trying to quit their server? A player in my server sent this to me a few minutes ago as they were testing.

We fixed the problem, please redownload the new version on github

1 Like

Awesome, works great now!

1 Like

Cool release def gona check out!

1 Like

thank you so much bro, I appreciate it

when i close out of the pausemenu, the cursor stays active and prevents players from doing anything?
map also stays disabled ^

Hi, did you change the name of the folder?

Hi, i can’t really change the color of the background, when i try to change it. It stays at the same as default

Hi, could you attach pictures?

Getting two images

stuck after goin into the pausemenu

Hi, have you changed the name of the folder by any chance?

I forgot to add this parameter to the css, in the .logo class: background-repeat: no-repeat

so u fixed?