I was wondering if there is a way to actively show a list of users connected to my server.
I am currently hosting a hamachi-based server for private and YouTube let's play use (CraftToMineLP) and we want to do some subscriber events, like every time we reach +20 (in example) subs, we'd invite them to our server to play with us.
So I wanted to create an applet which actively shows a list of currently active users.
But I'm a complete n00b to Lua and I need some help - I don't even know if such a thing is possible - I can just about ask users stuff,
Io.write("Would you like to show the To-Do program?")
Answer=io.read()
If answer=="Y" then
monitor top ToDo
Elseif answer=="N" then
clear
print "Select a program from the list below"
print "1. Example"
print "2. Example2"
Program=io.read
if program=="1" then
monitor top Example
Elseif program=="2" then
and so on, but that's kind of the basic basics..
Any help and code would be much appreciated!
Thanks, Beatsleigher.