Thank you!
Im trying to make my own game from scrath and I need your help.
I added a new global variable, named "onliners". It will display the number of online members.
Whenever a user logins successfully, onliners is onliners + 1.
for some reasons, it always dislpays just: Online users: 1. Even if I connect from another browser.
What's the problem? How do I store this variable on the server?