Fixed #11, update esx_property too!

This commit is contained in:
ElPumpo
2018-11-07 21:30:30 +01:00
parent 53e0ac9a20
commit 6633258f77
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ ESX.RegisterServerCallback('esx_realestateagentjob:getCustomers', function(sourc
propertyRented = properties[i].rented,
propertyId = properties[i].id,
propertyPrice = properties[i].price,
propertyName = properties[i].name
propertyName = properties[i].name,
propertyLabel = properties[i].label
})
end
end