Virtue
New member
- Messages
- 259
- Points
- 0
Hi Scripting Pros,
is it possible to use this query on a script?
SELECT COUNT(account_id) AS OnlinePlayers FROM char WHERE online=1;
I will be using it for some script that checks the online player count.
Thanks to those who will help.
is it possible to use this query on a script?
SELECT COUNT(account_id) AS OnlinePlayers FROM char WHERE online=1;
I will be using it for some script that checks the online player count.
Thanks to those who will help.
Last edited by a moderator: