View Single Post
Author Message
gilmon
Senior Member
Join Date: Feb 2011
Location: China
Old 09-23-2015 , 22:27   Difference SteamID?
Reply With Quote #1

Hello i notice something strange about steamid between sourcemod and some website result.

For example a player's steamid bySteam ID Finderwill be show as

Code:
"STEAM_0:0:12345678"
But in sourcemod this will be
PHP Code:
decl String:steamid[30];
GetClientAuthString(clientsteamidsizeof(steamid)); 
Code:
"STEAM_1:0:12345678"
or
Code:
"STEAM_1:1:12345678"
Any help about this? why?

Last edited by gilmon; 09-23-2015 at 22:28.
gilmon is offline
Send a message via MSN to gilmon