1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-31 06:41:48 +02:00
parent 2504432a6e
commit 8a47b4502d
5 changed files with 343 additions and 30 deletions

View file

@ -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)

View file

@ -17,7 +17,7 @@ Config = {
TextUI = 'ox_lib', -- false / 'brutal_textui' / 'ox_lib' / 'okokTextUI' / 'ESXTextUI' / 'QBDrawText' // Custom can be add in the cl_utils.lua!!!
BrutalKeys = true, -- Buy here: https://store.brutalscripts.com
BrutalPoliceJob = false, -- Buy here: https://store.brutalscripts.com | Better connection
BrutalNotify = true, -- Buy here: (4€+VAT) https://store.brutalscripts.com | Or set up your own notify >> cl_utils.lua
BrutalNotify = false, -- Buy here: (4€+VAT) https://store.brutalscripts.com | Or set up your own notify >> cl_utils.lua
SteamName = false, -- true = Steam name | false = character name
AdminGroups = {'superadmin', 'admin', 'mod', 'god'},