StopingPower23

tline not finished :P

Nov 5th, 2011
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local.lib = register("tline")
  2.  
  3. lib:hook("commanded",
  4. function()
  5. local.detail = lib.detail
  6. if detail.mapFile == "maps/chat" and detail.userLevel < 5 and detail.adminLevel < 1 then
  7. return false, "You may not build, here, type &f/home"
  8.  
  9. end
  10.  
Advertisement
Add Comment
Please, Sign In to add comment