What is the easiest way of getting all players (and the amount of players) that are currently playing on the server, if any?
Cheers,
Heroic
Solved Getting all players? (C#)
Discussion in 'Rust Development' started by HeroicHD, Jul 8, 2015.
-
BasePlayer.activePlayerList => list of all connected players.
-
Oh. Easy as that? Thank you