mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 14:26:03 +01:00
Fuel script
* Nozzle & hose * Pump UI * Customize fuel consumption * Purchase and refill Jerry Can
This commit is contained in:
23
ND_Fuel/fxmanifest.lua
Normal file
23
ND_Fuel/fxmanifest.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
-- 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"
|
||||
}
|
||||
Reference in New Issue
Block a user