feat(server/functions): QBCore.Functions.Notify (#772)

Co-authored-by: Stan <96954031+tom-osborne@users.noreply.github.com>
This commit is contained in:
BerkieBb
2022-08-04 13:25:23 +03:00
committed by GitHub
parent 6c27291366
commit dc087a976c
+4
View File
@@ -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