Fury Posted January 27, 2013 Share 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() Link to comment
Fury Posted February 2, 2013 Author Share Posted February 2, 2013 Use: callRemote thanks problem fixed! Link to comment
Fury Posted February 2, 2013 Author Share Posted February 2, 2013 is there any way to make it faster? Link to comment
Puma Posted February 2, 2013 Share 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. Link to comment
Fury Posted February 2, 2013 Author Share 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? Link to comment
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