Introduction
How would you like to have a minimal yet new feel to your FiveM server with a brand new pause menu which will also help with a reporting system with the webhook to discord!
Can’t really introduce my second variation of my own script but I can express why I have created this.
Main due to the fact that many other people took my last resource and obfuscated it without any credit or alters to my code at all. So reason I went found each issue wrong with my old pause menu and remade it.
New Addons made.
- The Map actually focuses into the map native instead of the map screen before being focuses.
- Discord invite invokes native screen to open the webhook to !
- Report System that is webhooked into your discord 4 selections of reports to choose from.
LINK TO TEBEX
https://zer0.tebex.io/category/scripts
Dependencies
None Actually.
Configurations :
So within this I have given access to all editing of Server Sided Functions if ever needed and
config_sv.lua
which is where you will be placing all of your webhook configuration!
Style and Customization I have given you all [html] access to redesign, change colors, font, icons, and even add more if you need to.
FAQ
How do I change the links?
Answer ; For the webhook needs you would access server/config_sv.lua once opening you will be showing all areas of editing that you can access. How to change the link for discord link that opens the tab? html/listener.js > Line 58 >
window.invokeNative('openUrl', 'https://discord.gg/')
How can I change colors on all of the text or icons?
Answer ; Locate the
style.css
inside the html folder.
For V2 with text you would change the #resume > color:gray
to whatever you would like and you can use HEX color codes like we did for the icons.
Answer for the icons is the same but using
fa-play
as we use the icons name and change the colors.
| | |
|-------------------------------------|----------------------------|
| Code is accessible | No [yes to 5 files] |
| Subscription-based | No |
| Lines (approximately) | Estimated 600 |
| Requirements | None |
| Support | Yes |