mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +00:00
Close menu before starting the test
Simple fix, but i saw people struggling with it
This commit is contained in:
@@ -148,6 +148,7 @@ function OpenDMVSchoolMenu()
|
||||
menu.close()
|
||||
StartTheoryTest()
|
||||
elseif data.current.value == 'drive_test' then
|
||||
menu.close()
|
||||
StartDriveTest(data.current.type)
|
||||
end
|
||||
end, function(data, menu)
|
||||
|
||||
Reference in New Issue
Block a user