Files
ND_Core/ND_Fuel/fxmanifest.lua

23 lines
439 B
Lua
Raw Normal View History

-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
author "Andyyy#7666, N1K0#0001"
description "ND Framework fuel with hose & nozle"
version "1.0.0"
fx_version "cerulean"
game "gta5"
lua54 "yes"
files {
"source/digital-counter-7.ttf",
"source/index.html"
}
ui_page "source/index.html"
shared_script "config.lua"
server_scripts {
"source/server.lua"
}
client_scripts {
"source/client.lua"
}