Hi, does rust.FindPlayer() library function no longer exist? If it does, which library do I have to use?
Thanks!
Rust.FindPlayer()
Discussion in 'Rust Development' started by Spicy, Mar 1, 2016.
-
Wulf Community Admin
Rust offers BasePlayer.Find(string) natively, or you can make your own like what Oxide uses internally.
-