From fc475a04383f8c0f92572d76f17a547cbe36b583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Sat, 12 Aug 2017 23:13:48 +0200 Subject: [PATCH] Remove garbage code - Thanks to @Foxi10 --- client/main.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/client/main.lua b/client/main.lua index 2505206d..b9ccdecb 100644 --- a/client/main.lua +++ b/client/main.lua @@ -418,10 +418,5 @@ Citizen.CreateThread(function() end - if IsControlPressed(0, Keys['F6']) and PlayerData.job ~= nil and PlayerData.job.name == 'banker' and (GetGameTimer() - GUI.Time) > 150 then - OpenMobileAmbulanceActionsMenu() - GUI.Time = GetGameTimer() - end - end -end) \ No newline at end of file +end)