Raised This Month: $51 Target: $400
 12% 

[CSGO] Sourcemod Not Getting Steamid


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
thomasjosif
AlliedModders Donor
Join Date: Mar 2016
Old 10-13-2016 , 22:10   [CSGO] Sourcemod Not Getting Steamid
Reply With Quote #1

Hello, everyone my jailbreak server has some issues. After updating csgo whenever a plugin decides to call GetClientAuthId (Or the old GetClientAuthString) we would get an output like STEAM_ID_LAN. Even my simple script here
PHP Code:
#include <sourcemod>


public Plugin myinfo = {
    
name "Steamid's are screwed up?",
    
author "Thomasjosif",
    
description "",
    
version "1.0",
    
url "http://hellsgamers.com"
};

public 
void OnPluginStart() 
{
    
RegAdminCmd("sm_steamid"Cmd_testADMFLAG_ROOT"");
}

public 
Action Cmd_test(int clientint args)
{
    
char steamid[32];
    
GetClientAuthId(clientAuthId_Steam2steamidsizeof(steamid))
    
PrintToChat(client"%s"steamid);
    return 
Plugin_Handled;

Is returning STEAM_ID_LAN.

Any help will be greatly appreciated as lots of our steamid dependant system's are not working (eg, Bans)

-Thomas
__________________
Systems Admin @ http://hellsgamers.com

Last edited by thomasjosif; 10-13-2016 at 22:12.
thomasjosif is offline
codecae
Junior Member
Join Date: Sep 2015
Old 10-13-2016 , 22:14   Re: [CSGO] Sourcemod Not Getting Steamid
Reply With Quote #2

I am seeing a similar issue on all of my servers. All steam IDs are coming in as STEAM_ID_PENDING. Seems to have started after the update tonight.

It's really screwing with stuff in my database!
codecae is offline
thomasjosif
AlliedModders Donor
Join Date: Mar 2016
Old 10-13-2016 , 22:18   Re: [CSGO] Sourcemod Not Getting Steamid
Reply With Quote #3

Quote:
Originally Posted by codecae View Post
I am seeing a similar issue on all of my servers. All steam IDs are coming in as STEAM_ID_PENDING. Seems to have started after the update tonight.

It's really screwing with stuff in my database!

Yeah we have a couple PENDING entries too.

__________________
Systems Admin @ http://hellsgamers.com

Last edited by thomasjosif; 10-13-2016 at 22:18.
thomasjosif is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 10-13-2016 , 22:24   Re: [CSGO] Sourcemod Not Getting Steamid
Reply With Quote #4

Update to the latest version of SM. Something is a little wonky with it right now, so if that doesn't solve the problem there will probably be another update tomorrow.
__________________

Last edited by sneaK; 10-13-2016 at 22:24.
sneaK is offline
thomasjosif
AlliedModders Donor
Join Date: Mar 2016
Old 10-13-2016 , 22:25   Re: [CSGO] Sourcemod Not Getting Steamid
Reply With Quote #5

Quote:
Originally Posted by blackhawk74 View Post
Update to the latest version of SM. Something is a little wonky with it right now, so if that doesn't solve the problem there will probably be another update tomorrow.
Already done, did not fix anything. (1.7 Build)
__________________
Systems Admin @ http://hellsgamers.com

Last edited by thomasjosif; 10-13-2016 at 22:26.
thomasjosif is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 10-13-2016 , 22:28   Re: [CSGO] Sourcemod Not Getting Steamid
Reply With Quote #6

Quote:
Originally Posted by thomasjosif View Post
Already done, did not fix anything. (1.7 Build)
I don't think 1.7 is being updated any more. 1.8 has been the stable release for some time now.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
codecae
Junior Member
Join Date: Sep 2015
Old 10-14-2016 , 00:08   Re: [CSGO] Sourcemod Not Getting Steamid
Reply With Quote #7

I updated to 1.8.0.5946 and it seems to have cleared up this issue so far.
codecae is offline
thomasjosif
AlliedModders Donor
Join Date: Mar 2016
Old 10-14-2016 , 10:28   Re: [CSGO] Sourcemod Not Getting Steamid
Reply With Quote #8

Quote:
Originally Posted by codecae View Post
I updated to 1.8.0.5946 and it seems to have cleared up this issue so far.
This worked for me as well.
__________________
Systems Admin @ http://hellsgamers.com
thomasjosif is offline
ZASTRELIS
Veteran Member
Join Date: Nov 2010
Location: Siberia, Irkutsk
Old 10-14-2016 , 12:20   Re: [CSGO] Sourcemod Not Getting Steamid
Reply With Quote #9

Quote:
SourcePawn Engine: 1.9.0.5992, jit-x86 (build 1.9.0.5992)
Works fine, but one problem not fixed. Clientprefs.
When user join to the server his prefs not loaded, only when he play and map has been changed, at new level server will be load his prefs. wf? How fix this or this's a sm bug?
ZASTRELIS is offline
Michael Shoe Maker
Senior Member
Join Date: Apr 2016
Old 10-14-2016 , 12:47   Re: [CSGO] Sourcemod Not Getting Steamid
Reply With Quote #10

Quote:
Originally Posted by ZASTRELIS View Post
Works fine, but one problem not fixed. Clientprefs.
When user join to the server his prefs not loaded, only when he play and map has been changed, at new level server will be load his prefs. wf? How fix this or this's a sm bug?
Works fine for me.
Michael Shoe Maker is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:17.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode