View Single Post
pheadxdll
AlliedModders Donor
Join Date: Jun 2008
Old 08-02-2011 , 12:41   Re: Get steamid number
Reply With Quote #2

PHP Code:
decl String:steamid[256]; 
GetClientAuthString(clientsteamidsizeof(steamid)); 

PrintToChatAll("%s"steamid[8]); // Will print: "0:29367947" in your case 
That will get a reference of the string from the 9th character. You could transpose it back onto the string with strcopy but there's really no need.
__________________

Last edited by pheadxdll; 08-02-2011 at 12:44.
pheadxdll is offline