Hello all, I had the avatar features working on our scoreboard at one point. Then they suddenly stopped working a few months ago. I put a breakpoint in when it calls "UpdatePlayerAvatar()" then stepped into the code.
The first line if that function is: if ( kv && ShowAvatars() && SteamFriends() && SteamUtils() ) What I'm finding is that: kv != NULL, good ShowAvatars() is true, good SteamFriends() unable to find symbol, not good SteamUtils() unable to find symbol, not good SteamFriends() and SteamUtils() are hooks into the steam API. Could this be broken by a version mismatch? If so, is there any way to get this working again? Any help would be appreciated. Thanks, Cale _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

