Rust.FindPlayer()

Discussion in 'Rust Development' started by Spicy, Mar 1, 2016.

  1. Hi, does rust.FindPlayer() library function no longer exist? If it does, which library do I have to use?
    Thanks!
     
  2. Wulf

    Wulf Community Admin

    Rust offers BasePlayer.Find(string) natively, or you can make your own like what Oxide uses internally.
     
  3. Thanks!