Battle Royale spectator
Discussion in 'Rust Development' started by Sanlerus, Oct 10, 2015.
-
As I know, Rusts Spectate mode supports third-person.
-
I am pretty sure its via the PlayerFlags, I did play with it a little before but haven't got an example to hand
Code:player.SetPlayerFlag(BasePlayer.PlayerFlags.ThirdPersonViewmode, true);
-
Strange ... The flag does not work if you are the admin, but if you're a player, is running.
