mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Update functions.lua
This commit is contained in:
@@ -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'})
|
||||
|
||||
Reference in New Issue
Block a user