Hi
is there a function to get name from steamid?
even if player isnt connected?
Hi
is there a function to get name from steamid?
even if player isnt connected?
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.