mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Merge branch 'develop' of https://github.com/qbcore-framework/qb-core into feat/ModularSharedTables
This commit is contained in:
+3
-1
@@ -20,7 +20,8 @@ client_scripts {
|
||||
'client/main.lua',
|
||||
'client/functions.lua',
|
||||
'client/loops.lua',
|
||||
'client/events.lua'
|
||||
'client/events.lua',
|
||||
'client/drawtext.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
@@ -39,6 +40,7 @@ ui_page 'html/index.html'
|
||||
files {
|
||||
'html/index.html',
|
||||
'html/style.css',
|
||||
'html/drawtext.css',
|
||||
'html/*.js'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user