1. Post #1

    March 2014
    151 Posts
    Hi

    is there a function to get name from steamid?
    even if player isnt connected?

  2. Post #2
    RustEssentials Creator
    mistad's Avatar
    November 2013
    309 Posts
    If you're using plain C#, you can grab the source of my plugin and look for grabNameByUID.. or something like that.

    Edited:

    Oh yeah, make sure you thread it. If you call it on the main thread, the web client will freeze the server until it gets the name.