diff --git a/resources/vMenu/README.md b/resources/vMenu/README.md index 9de80f586..54119bfd1 100644 --- a/resources/vMenu/README.md +++ b/resources/vMenu/README.md @@ -10,7 +10,7 @@ # vMenu -vMenu is server sided menu for FiveM servers, including full\* permission support. +vMenu is a server-side menu for FiveM servers, including full\* permission support. \*(Some features do not have permissions support as they are either harmless or it'd just be silly to deny them. However, they will be disabled if you deny access to the submenu that they are a part of (eg: unlimited stamina in Player Options will be disabled if you deny `vMenu.PlayerOptions.Menu`.)) @@ -28,12 +28,8 @@ Click [here](https://github.com/TomGrobbe/vMenu/releases) to go to the releases ## Installation Please follow the instructions over at the [vMenu docs](https://docs.vespura.com/vmenu/installation) -## Zap Hosting -If you're using Zap Hosting, you may find that moving the `permissions.cfg` file to the same folder as your `server.cfg` file may not work correctly (it could get reset every time you restart your server). - -If this is the case, leave your `permissions.cfg` file here: `/resources/vMenu/config/permissions.cfg` and add the following to the very top of your server.cfg file: `exec resources/vMenu/config/permissions.cfg` (instead of `exec permissions.cfg`). - -You can also use ZAP Hosting's one-click installer for vMenu. Get a ZAP-Hosting server with a 10% lifetime discount [HERE](https://zap-hosting.com/vespura) and make sure to use `Vespura-a-3715` at checkout. +## ZAP-Hosting +You can use ZAP-Hosting's one-click installer for vMenu. Get your own FiveM server at ZAP-Hosting with a 20% discount [HERE](https://zap-hosting.com/vespura) and make sure to use `Vespura` at checkout. -------- @@ -45,15 +41,15 @@ If you like my work, please consider supporting me on [**Patreon**](https://www. ## Trouble shooting & support Take a look at the docs first of all. I will ignore you if your question is answered on the docs or the forum topic. -- [docs](https://docs.vespura.com/vmenu/) -- [forum topic](https://vespura.com/vmenu) -- [discord](https://vespura.com/discord) +- [Docs](https://docs.vespura.com/vmenu/) +- [Forum topic](https://vespura.com/vmenu) +- [Discord](https://vespura.com/discord) -------- ## Permissions -Click [here](https://docs.vespura.com/vmenu/permissions-ref) for permissions information. +Click [here](https://docs.vespura.com/vmenu/permissions-ref) for permission information. ## Configuration Click [here](https://docs.vespura.com/vmenu/configuration) for configuration options information. @@ -77,6 +73,6 @@ Tom Grobbe - https://www.vespura.com/ Copyright © 2017-2023 -You can use and edit this code to your liking as long as you don't ever claim it to be your own code and always provide proper credit. +You can use and edit this code to your liking as long as you don't ever claim it to be your code and always provide proper credit. You're **not** allowed to sell vMenu or any code you take from it. -If you want to release your own version of vMenu, you have to link the original GitHub repo, or release it via a Forked repo. +If you want to release your version of vMenu, you have to link the original GitHub repo or release it via a Forked repo. diff --git a/resources/vMenu/config/extras.json b/resources/vMenu/config/extras.json new file mode 100644 index 000000000..a95fcc467 --- /dev/null +++ b/resources/vMenu/config/extras.json @@ -0,0 +1,20 @@ +{ + "policecharger": { + "1": "1: Push Bar", + "2": "2: Push Bar Wrap", + "3": "3: Light Bar", + "4": "4: Visor Lights", + "5": "5: Antennas", + "9": "9: Rear Deck Lights" + }, + "policecvpi": { + "1": "Push Bar", + "2": "Push Bar Wrap", + "3": "Light Bar", + "4": "Visor Lights", + "11": "Cage", + "12": "Trunk Modem/Antennas", + "5": "Antennas", + "7": "Rear Deck Lights" + } +} diff --git a/resources/vMenu/fxmanifest.lua b/resources/vMenu/fxmanifest.lua index 1f12546a9..9dd934876 100644 --- a/resources/vMenu/fxmanifest.lua +++ b/resources/vMenu/fxmanifest.lua @@ -6,7 +6,7 @@ games {'gta5'} -- Resource stuff name 'vMenu' description 'Server sided trainer for FiveM with custom permissions, using a custom MenuAPI. More info can be found at www.vespura.com/fivem' -version 'v3.6.0' +version 'v3.8.4' author 'Tom Grobbe' url 'https://github.com/TomGrobbe/vMenu/' ui_page 'storage.html' diff --git a/resources/vMenu/vMenuClient.net.dll b/resources/vMenu/vMenuClient.net.dll index 9e9ae2441..0462e67c2 100644 Binary files a/resources/vMenu/vMenuClient.net.dll and b/resources/vMenu/vMenuClient.net.dll differ diff --git a/resources/vMenu/vMenuServer.net.dll b/resources/vMenu/vMenuServer.net.dll index 000b7b9eb..0ae321ebe 100644 Binary files a/resources/vMenu/vMenuServer.net.dll and b/resources/vMenu/vMenuServer.net.dll differ