Files
Elite-Gaming-FiveM/resources/ulc/fxmanifest.lua
T
KingMcDonalds 0f9bd7a38f lights ulc
2024-11-08 14:52:22 -08:00

51 lines
873 B
Lua

fx_version 'cerulean'
games { 'gta5' }
lua54 'yes'
name "Ultimate Lighting Controls"
description "The ultimate non-els lighting controller. Documentation: https://docs.dwnstr.com/ulc/overview"
author "Dawnstar"
version "1.8.0"
ui_page "html/index.html"
files {
"html/index.html",
"html/assets/*.js",
"html/assets/*.css",
"html/assets/*.png",
"html/assets/*.jpg"
}
dependencies {
"baseevents",
"/onesync"
}
shared_scripts {
'config.lua',
'shared/shared_functions.lua'
}
client_scripts {
'client/c_main.lua',
'client/c_hud.lua',
'client/c_buttons.lua',
'client/c_brake.lua',
'client/c_blackout.lua',
'client/c_cruise.lua',
'client/c_horn.lua',
'client/c_park.lua',
'client/c_doors.lua',
'client/c_reverse.lua',
'client/c_stages.lua',
'client/c_beeps.lua',
}
server_scripts {
'server/s_main.lua',
'server/s_main.js',
'server/s_blackout.lua',
}