diff --git a/client/functions.lua b/client/functions.lua index 6d9d62a5..0aa4aa40 100644 --- a/client/functions.lua +++ b/client/functions.lua @@ -1331,7 +1331,7 @@ ESX.ShowInventory = function() local finalAmmoSource = math.floor(pedAmmo - quantity) SetPedAmmo(playerPed, item, finalAmmoSource) AddAmmoToPed(closestPed, item, quantity) - ESX.ShowNotification(_U('gave_ammo', quantity)) + ESX.ShowNotification(_U('gave_ammo', quantity, GetPlayerName(closestPlayer))) -- todo notify target that he recived ammo menu2.close() menu.close()