Added back optional arguments

This commit is contained in:
ElPumpo
2018-06-06 22:26:54 +02:00
parent 933a016f3a
commit d0e23580ee
+1 -1
View File
@@ -547,7 +547,7 @@ AddEventHandler('esx_property:removeOutfit', function(label)
end)
function PayRent()
function PayRent(d, h, m)
MySQL.Async.fetchAll(
'SELECT * FROM owned_properties WHERE rented = 1', {},
function (result)