Guest User

Untitled

a guest
Apr 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. function msgall()
  2.   local all = getElementsByType("player")
  3.   outputChatBox(tostring(#all).. " players online")
  4. end
  5. addCommandHandler("msg",msgall)
Add Comment
Please, Sign In to add comment