View Single Post
blacklagoon
Senior Member
Join Date: Jun 2012
Old 09-19-2016 , 17:27   Re: [ANY] HL2 items (1.5.2)
Reply With Quote #9

Hey, i've got it successfully build for csgo but i can't find where to get these offsets (All i found was in CCSPlayer):
Code:
			"GetClientEyeAngles" // Only found CBasePlayer::EyeAngles()
			{
				"windows"       "129"
				"linux"         "130"
			}
			"GetRadius"
			{
				"windows"       "227"
				"linux"         "228"
			}
			
			"DeflectPlayer"
			{
				"windows"       "402"
				"linux"         "409"
			}
			"DispatchKeyValue"
			{
				"windows"	"31"
				"linux"	"30"
			}
			"DispatchKeyValueVector"
			{
				"windows"	"29"
				"linux"	"32"
			}
			"DispatchKeyValueFloat"
			{
				"windows"	"30"
				"linux"	"31"
			}
blacklagoon is offline