This commit is contained in:
Nordi98 2025-08-11 16:10:18 +02:00
parent 23e3e52966
commit 68151e44fe
11 changed files with 594 additions and 0 deletions

View file

@ -0,0 +1,33 @@
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'