Command

10/24/2013 00:28 Romentiq#1
Hallo, is there a command with that i could look how many players are online on my server ?
10/24/2013 01:58 ismokedrow#2
SELECT * FROM dbo.Accounts WHERE login_time > logout_time
10/24/2013 12:55 TheOnlyOneRaskim#3
Code:
/run whisper(gv("name"),"Total Player Online Count : "..get_env("game.user_count").." Player")
:p