Lint / Lint Resource (push) Has been cancelled
- Umbauplan (PLAN.md) mit 5 Phasen: Gear-Persistenz, Sauerstoff-Logik, Flaschengroessen, NUI-HUD (Tiefe + O2), gesyncte Taschenlampe - fxmanifest auf D4rkst3r/Gitea umgestellt - Qbox-spezifische CI entfernt (Discord-Webhooks, GitHub-Releases, Issue-Projektzuordnung) - laeuft auf Gitea ins Leere bzw. gegen fremde Endpunkte. lint.yml bleibt. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
26 lines
478 B
Lua
26 lines
478 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
author 'D4rkst3r'
|
|
description 'Tauchausrüstung mit Flaschengrößen, gesyncter Lampe und Tiefenanzeige'
|
|
repository 'https://git.d4rkst3r.de/D4rkst3r/d4rk_divegear'
|
|
version '1.0.1'
|
|
|
|
ox_lib 'locale'
|
|
|
|
shared_scripts {
|
|
'@ox_lib/init.lua',
|
|
'@qbx_core/modules/lib.lua',
|
|
}
|
|
|
|
server_script 'server/main.lua'
|
|
|
|
client_script 'client/main.lua'
|
|
|
|
files {
|
|
'config/client.lua',
|
|
'locales/*.json',
|
|
}
|
|
|
|
lua54 'yes'
|
|
use_experimental_fxv2_oal 'yes' |