Advertisement
justync7

tricker

Jul 3rd, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. p=peripheral.wrap("left")
  2. plist=p.getPlayerUsernames()
  3. for i=1,#plist do
  4. user=p.getPlayerByName(plist[i])
  5. user.sendChat("Durp")
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement