mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
feat(html): New Notify System
-Replaces old notification system but is also backwards compatible so no changes necessary - Now allows for the use of sending a table with text and caption - Can add as many types of notifications as wanted/needed - Configure position and icons in app,js (google icons or fontawesome)
This commit is contained in:
+3
-4
@@ -26,12 +26,11 @@ server_scripts {
|
||||
'server/debug.lua'
|
||||
}
|
||||
|
||||
ui_page 'html/ui.html'
|
||||
ui_page 'html/index.html'
|
||||
|
||||
files {
|
||||
'html/ui.html',
|
||||
'html/css/main.css',
|
||||
'html/js/app.js'
|
||||
'html/index.html',
|
||||
'html/app.js'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user