Remove garbage code - Thanks to @Foxi10

This commit is contained in:
Jérémie N'gadi
2017-08-12 23:13:48 +02:00
committed by GitHub
parent f47ad0aab8
commit fc475a0438
+1 -6
View File
@@ -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)
end)