Fuel script

* Nozzle & hose
* Pump UI
* Customize fuel consumption
* Purchase and refill Jerry Can
This commit is contained in:
Andyyy7666
2022-07-22 17:14:12 +02:00
committed by GitHub
parent 63a31ed10a
commit 579cb9af60
6 changed files with 845 additions and 0 deletions

23
ND_Fuel/fxmanifest.lua Normal file
View 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"
}