Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function exsto.OpenMenu( ply )
- local menuAuthKey = math.random( -1000, 1000 )
- ply.MenuAuthKey = menuAuthKey
- exsto.UMStart( "exsto_Menu", ply, menuAuthKey )
- end
- exsto.AddChatCommand( "menu", {
- Call = exsto.OpenMenu,
- Desc = "Opens the Exsto Menu",
- Console = { "exsto_Menu" },
- Chat = { "!menu" },
- Args = {},
- })
Advertisement
Add Comment
Please, Sign In to add comment