1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-30 09:21:32 +02:00
parent 63b9bc9dc0
commit 0444723fb6
3 changed files with 6 additions and 2 deletions

View file

@ -7,7 +7,7 @@ description 'Advanced Vending Machine System for QB-Core'
version '1.0.0'
shared_scripts {
'config.lua',
'shared/config.lua',
'@qb-core/shared/locale.lua',
'locales/en.lua' -- add other locales as needed
}

View file

@ -7,8 +7,12 @@ version '1.0.0'
files {
'carcols.meta',
'dlctext.meta'
'dlctext.meta',
'contentunlocks.meta'
}
data_file 'CARCOLS_FILE' 'carcols.meta'
data_file 'DLCTEXT_FILE' 'dlctext.meta'
data_file 'CONTENT_UNLOCKS_FILE' 'bb20wheels2021contentunlocks.meta'