1. I want a plugin that automatically, when players enter, directly see in third person, and can not put the first
     
  2. Wulf

    Wulf Community Admin

    I can probably add that to my Thirdperson plugin, it'd just be a option to do it on connect.
     
  3. 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);
     
  4. Yes, i think that is better :D