mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
Loading issue
wasn't loading the shared files in order
This commit is contained in:
+8
-2
@@ -5,9 +5,15 @@ description 'QB-Core'
|
||||
version '1.1.0'
|
||||
|
||||
shared_scripts {
|
||||
'shared/*.lua',
|
||||
'config.lua',
|
||||
'locale/en.lua' -- replace with desired language
|
||||
'locale/en.lua', -- replace with desired language
|
||||
'shared/main.lua',
|
||||
'shared/items.lua',
|
||||
'shared/jobs.lua',
|
||||
'shared/vehicles.lua',
|
||||
'shared/gangs.lua',
|
||||
'shared/weapons.lua'
|
||||
}
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
|
||||
Reference in New Issue
Block a user