mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
Added back optional arguments
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user