When a player joins the server, the plugin advertises the player with a message.
The plugin generates automatically a cfg, when you can disable the message.
You can edit the info and add more options to menu to display more info:
Just add more "AddMenuItem(menu, "", "Info you want to display");
You can edit the console command to:SetMenuTitle(menu, "Comands Menu");
AddMenuItem(menu, "", "Reset Score - Type !rs");
AddMenuItem(menu, "", "Music Menu - Type !res");
AddMenuItem(menu, "", "Call Admin - Type !callAdmin");
AddMenuItem(menu, "", "WRITE WHAT YOU WANT");
AddMenuItem(menu, "", "COPY THIS THIS LINE AND EDIT THIS TEXT");
Just change the word "commands" to whatever you want
You can activate or desactivate the advertisement to command when user enter on serverRegConsoleCmd("sm_commands", Command_Main);
.zipg_ClientSettings = CreateConVar("menu_show_message", "1", "Enable/Disable message");