Guest User

Untitled

a guest
May 20th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Who()
  2. var/counter=0
  3. for(var/mob/Player/M in world)
  4. counter+=1
  5. usr<<"([M.Level]) [M]" //this line has been modified
  6. usr<<"<b>[counter] Players Online"
Add Comment
Please, Sign In to add comment