Skip to content

Commit

Permalink
Fixed Notifications for QBCore, Thanks Panda!
Browse files Browse the repository at this point in the history
PickleModifications authored Nov 29, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9a8822c commit 5153a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/qb/client.lua
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ function ShowNotification(text)
end

function ShowHelpNotification(text)
AddTextEntry('qbHelpNotification', msg)
AddTextEntry('qbHelpNotification', text)
BeginTextCommandDisplayHelp('qbHelpNotification')
EndTextCommandDisplayHelp(0, false, false, -1)
end

0 comments on commit 5153a12

Please sign in to comment.