1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/nordi_alctester/fxmanifest.lua
2025-08-11 16:10:18 +02:00

33 lines
524 B
Lua

fx_version 'cerulean'
game 'gta5'
author 'JKSensation & Angepasst'
description 'QBCore Alkoholtester System'
version '1.0.0'
shared_scripts {
'@qb-core/shared/locale.lua',
'config.lua'
}
client_scripts {
'client/client.lua',
'client/client_functions.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/server.lua'
}
ui_page 'web/index.html'
files {
'web/index.html',
'web/index.js',
'web/styles.css',
'web/portablebreathalyzer.png',
'web/digital-7.ttf'
}
lua54 'yes'