How to get all players including offline players.

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

huisunan

Well-known member
Joined
Nov 26, 2018
Messages
7
English is not very good, so I want to know how to use it.
 
Last edited:
you cant you have to use the login hook and write all the steamid to a sql database and use that to check all players . if you want Online players only it is possible but for offline not.
 
you cant you have to use the login hook and write all the steamid to a sql database and use that to check all players . if you want Online players only it is possible but for offline not.


Thanks very much
 
you cant you have to use the login hook and write all the steamid to a sql database and use that to check all players . if you want Online players only it is possible but for offline not.
I tried to use AShooter GameMode_HandleNewPlayer to get the user name, but the role names were Survivor
 
I tried to use AShooter GameMode_HandleNewPlayer to get the user name, but the role names were Survivor
thats because you have to update it once the "Survivor" is made (ie. he makes a character) and he logs in again - then u have to match his steam id to the one u have alrdy and do a name update in ur db.
 
Back
Top