From d0e23580ee75275721d1d77c70acc5cb2b71d2af Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Wed, 6 Jun 2018 22:26:54 +0200 Subject: [PATCH] Added back optional arguments --- server/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.lua b/server/main.lua index 369af723..9341db7c 100644 --- a/server/main.lua +++ b/server/main.lua @@ -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)