OnShowMainMenu
From Onset Developer Wiki
Description
This function is called every time a player hides the main menu.
Syntax
OnShowMainMenu()
- This function has no parameters.
Example
AddEvent("OnShowMainMenu", function ()
AddPlayerChat("OnShowMainMenu")
end)