mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
fix(server/txadmin): notification override convar (#325)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if GetConvarInt('ox:txAdminNotifications', false) then
|
||||
if GetConvarInt('ox:txAdminNotifications', false) == 1 then
|
||||
if GetConvar('txAdmin-hideDefaultAnnouncement', 'false') == 'true' then
|
||||
AddEventHandler('txAdmin:events:announcement', function(eventData)
|
||||
TriggerClientEvent('ox_lib:notify', -1, {
|
||||
|
||||
Reference in New Issue
Block a user