mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
feat(server/functions): QBCore.Functions.Notify (#772)
Co-authored-by: Stan <96954031+tom-osborne@users.noreply.github.com>
This commit is contained in:
@@ -433,3 +433,7 @@ function QBCore.Functions.HasItem(source, items, amount)
|
||||
end
|
||||
return false
|
||||
end
|
||||
|
||||
function QBCore.Functions.Notify(source, text, type, length)
|
||||
TriggerClientEvent('QBCore:Notify', source, text, type, length)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user