mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
Locale/oxmysql
MUST UPDATE OXMYSQL TO 1.9 OR HIGHER
This commit is contained in:
+4
-1
@@ -5,6 +5,8 @@ description 'QB-Core'
|
||||
version '1.0.0'
|
||||
|
||||
shared_scripts {
|
||||
'shared/locale.lua',
|
||||
'locale/en.lua', -- replace with desired language
|
||||
'config.lua',
|
||||
'shared/main.lua',
|
||||
'shared/items.lua',
|
||||
@@ -22,6 +24,7 @@ client_scripts {
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'server/main.lua',
|
||||
'server/functions.lua',
|
||||
'server/player.lua',
|
||||
@@ -44,4 +47,4 @@ dependencies {
|
||||
'connectqueue'
|
||||
}
|
||||
|
||||
lua54 'yes'
|
||||
lua54 'yes'
|
||||
Reference in New Issue
Block a user