View Single Post
nomy
Senior Member
Join Date: Dec 2009
Location: United Kingdom
Old 10-23-2015 , 15:39   Re: [ANY] SourceSleuth 1.2.0
Reply With Quote #117

Quote:
Originally Posted by FallenNT View Post
Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// SourceSleuth.sp
//
// D:\Server\cs_go\csgo\addons\sourcemod\scripting\SourceSleuth.sp(111) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
//
// Code size:             7036 bytes
// Data size:             3852 bytes
// Stack/heap size:      16384 bytes
// Total requirements:   27272 bytes
//
// 1 Warning.
//
// Compilation Time: 0,25 sec
// ----------------------------------------

Press enter to exit ...
last SM snapshot
Change line 111 to: GetClientAuthId(client, AuthId_Steam2, steamid, sizeof(steamid));
nomy is offline