mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Proper string formatting
This commit is contained in:
@@ -1084,7 +1084,7 @@ ESX.ShowInventory = function()
|
||||
|
||||
if ESX.PlayerData.money > 0 then
|
||||
table.insert(elements, {
|
||||
label = _U('cash') .. ESX.PlayerData.money,
|
||||
label = _U('cash', ESX.PlayerData.money),
|
||||
count = ESX.PlayerData.money,
|
||||
type = 'item_money',
|
||||
value = 'money',
|
||||
|
||||
Reference in New Issue
Block a user