Fury Posted January 27, 2013 Posted January 27, 2013 hey guys, is this possible to get other server's online players count? example; i have a "A" server, and i want to show online players in "B" server at "A" server. ps: servers are in same vps local online = getPlayerCount() local maximum = getMaxPlayers()
Puma Posted February 2, 2013 Posted February 2, 2013 Updating the playercount in a MySQL table which you acces both from the server you're playing on and the server you want to know the playercount of, but that's quite an over-the-top measure. Most efficient way is using callRemote, I think.
Fury Posted February 2, 2013 Author Posted February 2, 2013 Updating the playercount in a MySQL table which you acces both from the server you're playing on and the server you want to know the playercount of, but that's quite an over-the-top measure.Most efficient way is using callRemote, I think. i mean can we speed up callRemote?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now