This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
UIRP-5M/resources/vMenu/fxmanifest.lua

33 lines
801 B
Lua
Raw Permalink Normal View History

2025-02-02 10:40:42 +01:00
-- 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.4.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'