forked from Simnation/Main
edit
This commit is contained in:
parent
63b9bc9dc0
commit
0444723fb6
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue