Scripts/resources/[standalone]/menuv/menuv_example/fxmanifest.lua
2024-12-30 11:15:34 +01:00

28 lines
688 B
Lua

----------------------- [ MenuV ] -----------------------
-- GitHub: https://github.com/ThymonA/menuv/
-- License: GNU General Public License v3.0
-- https://choosealicense.com/licenses/gpl-3.0/
-- Author: Thymon Arens <contact@arens.io>
-- Name: MenuV
-- Version: 1.4.1
-- Description: FiveM menu libarary for creating menu's
----------------------- [ MenuV ] -----------------------
fx_version 'adamant'
game 'gta5'
name 'MenuV'
version '1.4.1'
description 'FiveM menu libarary for creating menu\'s'
author 'ThymonA'
contact 'contact@arens.io'
url 'https://github.com/ThymonA/menuv/'
client_scripts {
'@menuv/menuv.lua',
'example.lua'
}
dependencies {
'menuv'
}