Add ESX.UI.Menu.CloseAll

This commit is contained in:
Jérémie N'gadi
2017-08-25 10:52:14 +02:00
parent d26a459425
commit 70a796e583
+1
View File
@@ -999,6 +999,7 @@ AddEventHandler('esx_policejob:hasEnteredMarker', function(station, part, partNu
end)
AddEventHandler('esx_policejob:hasExitedMarker', function(station, part, partNum)
ESX.UI.Menu.CloseAll()
CurrentAction = nil
end)