From d799eea7dce236182c560a35d8decda5779843fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Wed, 23 Aug 2017 12:25:29 +0200 Subject: [PATCH] Increade DeletePed time --- client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.lua b/client/main.lua index 247d5928..239bac8b 100644 --- a/client/main.lua +++ b/client/main.lua @@ -570,7 +570,7 @@ Citizen.CreateThread(function() RemoveBlip(DestinationBlip) local scope = function(customer) - ESX.SetTimeout(5000, function() + ESX.SetTimeout(60000, function() DeletePed(customer) end) end