forked from Simnation/Main
ed
This commit is contained in:
parent
2504432a6e
commit
8a47b4502d
5 changed files with 343 additions and 30 deletions
|
@ -14,8 +14,8 @@ function notification(title, text, time, type)
|
|||
-- Default ESX Notify:
|
||||
--TriggerEvent('esx:showNotification', text)
|
||||
|
||||
-- Default QB Notify:
|
||||
--TriggerEvent('QBCore:Notify', text, 'info', 5000)
|
||||
Default QB Notify:
|
||||
TriggerEvent('QBCore:Notify', text, 'info', 5000)
|
||||
|
||||
-- OKOK Notify:
|
||||
-- exports['okokNotify']:Alert(title, text, time, type, false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue