mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Get property label too
This commit is contained in:
@@ -132,6 +132,7 @@ AddEventHandler('esx_ownedproperty:getOwnedProperties', function(cb)
|
||||
table.insert(properties, {
|
||||
id = result[i].id,
|
||||
name = result[i].name,
|
||||
label = GetProperty(result[i].name).label,
|
||||
price = result[i].price,
|
||||
rented = (result[i].rented == 1 and true or false),
|
||||
owner = result[i].owner
|
||||
|
||||
Reference in New Issue
Block a user