1. Hello,

    I've tried searching for the solution and answer but I find nothing.

    Is there a way to convert IPlayer to BasePlayer?
     
  2. BasePlayer.FindById(IPlayer.Id);
    [DOUBLEPOST=1501965135][/DOUBLEPOST]Or "IPlayer.Object as BasePlayer;" you could also use
     
  3. BasePlayer new_player = player.Object as BasePlayer;
    correct?
     
  4. Yup, should work