Jump to content

is this possible?


Fury

Recommended Posts

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

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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...