Skip to content

Commit

Permalink
Merge branch 'feature/notification-fouille' of https://github.com/Ked…
Browse files Browse the repository at this point in the history
…rihan/SOZ-FiveM-Server into feature/notification-fouille
  • Loading branch information
Kedrihan committed Jul 18, 2024
2 parents a38cdf5 + b991131 commit e02ff79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/[soz]/soz-inventory/server/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ QBCore.Functions.CreateCallback("inventory:server:TransfertItem",
end
if sourceInv.id ~= targetInv.id then
TriggerClientEvent("soz-core:client:notification:draw", sourceInv.id,
string.format("On vous a pris ~r~%s %s", amount, QBCore.Shared.Items[item].label))
string.format("On vous a pris ~r~%s %s", amount, QBCore.Shared.Items[item].label))
end
end

Expand Down

0 comments on commit e02ff79

Please sign in to comment.