Close menus when exiting markers

This commit is contained in:
Jérémie N'gadi
2017-08-16 16:01:36 +02:00
parent 77a7189824
commit 007eef76d5
+1
View File
@@ -162,6 +162,7 @@ AddEventHandler('esx_clotheshop:hasEnteredMarker', function(zone)
end)
AddEventHandler('esx_clotheshop:hasExitedMarker', function(zone)
ESX.UI.Menu.CloseAll()
CurrentAction = nil
end)