From 7a217d7a336e43e5c01a3c320d1b724e511ef8da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Tue, 22 Aug 2017 03:22:46 +0200 Subject: [PATCH] Increase UI timeout --- client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.lua b/client/main.lua index 652a7a17..5ba395b5 100644 --- a/client/main.lua +++ b/client/main.lua @@ -46,7 +46,7 @@ function OpenPhone() GUI.PhoneIsShowed = true - ESX.SetTimeout(200, function() + ESX.SetTimeout(250, function() SetNuiFocus(true, true) end)