Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. function ulx.notepad( calling_ply )
  2. if calling_ply:IsValid() then
  3. calling_ply:ConCommand( "xgui hide" )
  4. calling_ply:ConCommand( "notepad_open" )
  5. end
  6. end
  7. local notepad = ulx.command( "Fun", "ulx notepad", ulx.notepad, { "!notepad", "!notes", "!note" } )
  8. notepad:defaultAccess( ULib.ACCESS_ADMIN )
  9. notepad:help( "Open the admin note" )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement