mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
add locale for cash
This commit is contained in:
@@ -1084,7 +1084,7 @@ ESX.ShowInventory = function()
|
||||
|
||||
if ESX.PlayerData.money > 0 then
|
||||
table.insert(elements, {
|
||||
label = '[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