I want a plugin that automatically, when players enter, directly see in third person, and can not put the first
Solved Third-person view on connect
Discussion in 'Plugin Requests' started by Zeta_Rust, Jun 30, 2017.
-
Wulf Community Admin
I can probably add that to my Thirdperson plugin, it'd just be a option to do it on connect.
-
Here's a simple piece of code that just set's the player's third person flag to true on connect.
Code:void OnPlayerInit(BasePlayer player) => player.SetPlayerFlag(BasePlayer.PlayerFlags.ThirdPersonViewmode, true);
-