Files
Elite-Gaming-FiveM/resources/vMenu/fxmanifest.lua
T
Jacob 3bd8365ca5 feat: overall QOL improvements
+ Updated to latest server artifacts
+ Updated vMenu to the latest v3.6
+ Replaced Discord Weapon restrictions with a better fork of the repository.
+ Restructured the server config, and updated the dlc build to the latest San Andreas Mercenaries dlc.
+ Attempted to fix missing radios in the wheel.
2023-12-02 02:40:09 +00:00

33 lines
801 B
Lua

-- Manifest data
fx_version 'bodacious'
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'
author 'Tom Grobbe'
url 'https://github.com/TomGrobbe/vMenu/'
ui_page 'storage.html'
-- Adds additional logging, useful when debugging issues.
client_debug_mode 'false'
server_debug_mode 'false'
-- Leave this set to '0' to prevent compatibility issues
-- and to keep the save files your users.
experimental_features_enabled '0'
-- Files & scripts
files {
'Newtonsoft.Json.dll',
'MenuAPI.dll',
'config/locations.json',
'config/addons.json',
'storage.html'
}
client_script 'vMenuClient.net.dll'
server_script 'vMenuServer.net.dll'