Update functions.lua

This commit is contained in:
KandaSoranyan
2018-02-21 12:18:03 +01:00
committed by GitHub
parent 7da07f5e5b
commit e140891674
+1 -1
View File
@@ -1147,7 +1147,7 @@ ESX.ShowInventory = function()
end
if data.current.type == "item_weapon" then
table.insert(elements, {label = --[[_U('giveammo')]]"Give ammo", action = 'giveammo', type = data.current.type, value = data.current.value})
table.insert(elements, {label = _U('giveammo'), action = 'giveammo', type = data.current.type, value = data.current.value})
end
table.insert(elements, {label = _U('return'), action = 'return'})