This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

[CSGO] Sourcemod Not Getting Steamid


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



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 19:08.


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