Main/resources/[tools]/speisekarte/fxmanifest.lua

23 lines
387 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
fx_version 'cerulean'
game 'gta5'
author 'Nordi'
description 'QB-Core Speisekarten System'
version '1.0.0'
shared_script 'config.lua'
client_script 'client.lua'
ui_page 'html/index.html'
files {
'html/index.html',
'html/style.css',
'html/script.js',
'nui/img/*.png', -- Erlaubt alle PNG Bilder im img Ordner
}
lua54 'yes'
dependency 'qb-core'