nicatronTg

Prefanatic

May 17th, 2010
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. function exsto.OpenMenu( ply )
  2.  
  3.     local menuAuthKey = math.random( -1000, 1000 )
  4.     ply.MenuAuthKey = menuAuthKey
  5.    
  6.     exsto.UMStart( "exsto_Menu", ply, menuAuthKey )
  7.    
  8. end
  9. exsto.AddChatCommand( "menu", {
  10.     Call = exsto.OpenMenu,
  11.     Desc = "Opens the Exsto Menu",
  12.     Console = { "exsto_Menu" },
  13.     Chat = { "!menu" },
  14.     Args = {},
  15. })
Advertisement
Add Comment
Please, Sign In to add comment