PDA

View Full Version : Fix Blank SteamIDs


cravenge
06-10-2016, 00:53
Hello, everyone!

So here's my problem --> For the past few weeks, I've noticed in my databases have blank SteamIDs and no, they're not nosteamers. They're the admins I added to watch over. I typed status in the console and it shows there their SteamIDs but when they get added to the database, it fills in blank instead.

GAME: Left 4 Dead 2 2.1.4.6
DATE: 05-25-16 (when it started)

sdz
06-10-2016, 03:23
We're gonna need some code homie, something like what queries you're trying to use, etc..

cravenge
06-10-2016, 04:16
Oh, forgot to tell the plugin my problem was coming from is Custom Player Stats but the author seldoms online.

sdz
06-10-2016, 06:04
oh lmao
yeah sorry I can't do anything with L4D Series

cravenge
06-11-2016, 11:12
Update: Now happens also to CS:S. Did I do something wrong in my databases? I followed the queries on a web page with SQL tutorials but still blank.

Peace-Maker
06-11-2016, 13:22
The plugin doesn't check the return value of GetClientAuthId and uses it before OnClientAuthorized is called. Players might not be authorized with steam by the time it tries to fetch their steamids.

cravenge
06-12-2016, 00:44
Hmm, haven't tried that. Well, I just hope that works or I'm gonna die trying.