OnShowMainMenu
From Onset Developer Wiki
Description
This function is called every time a player hides the main menu.
Syntax
OnShowMainMenu()
Example
AddEvent("OnShowMainMenu", function ()
-- code
end)
OnShowMainMenu Type: Event |
This function is called every time a player hides the main menu.
OnShowMainMenu()
AddEvent("OnShowMainMenu", function ()
-- code
end)