Main/resources/[test]/uz_PureHud/fxmanifest.lua

26 lines
376 B
Lua
Raw Permalink Normal View History

2025-06-07 08:51:21 +02:00
fx_version "cerulean"
description "UZStore"
author "UZ#5751"
version "1.0.0"
repository "https://discord.gg/8zhnDMMfNk"
lua54 "yes"
game "gta5"
ui_page "resources/build/index.html"
shared_script "Customize.lua"
client_script "client.lua"
server_script "server.lua"
files {
"resources/build/index.html",
"resources/build/**/*",
}
escrow_ignore { "Customize.lua" }