ed
This commit is contained in:
parent
23e3e52966
commit
68151e44fe
11 changed files with 594 additions and 0 deletions
33
resources/[inventory]/nordi_alctester/fxmanifest.lua
Normal file
33
resources/[inventory]/nordi_alctester/fxmanifest.lua
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue