Advertisement
KirillMysnik

Untitled

Sep 2nd, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.27 KB | None | 0 0
  1. __import__('commands').say.SayCommand('.list')(lambda command, index, team_only: __import__('messages').SayText2(', '.join([player.name for player in __import__('filters').players.PlayerIter(['t', 'ct'])])).send(index) or __import__('commands').CommandReturn.BLOCK)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement