Update HLDM offsets

This commit is contained in:
Arkshine
2015-08-10 15:58:41 +02:00
parent 2fa53badd9
commit 9a83db66f5
138 changed files with 1775 additions and 1 deletions

View File

@ -21,6 +21,8 @@
{
"m_hSquadLeader" // EHANDLE
{
"type" "ehandle"
"windows" "660"
"linux" "680"
"mac" "680"
@ -28,6 +30,9 @@
"m_hSquadMember" // EHANDLE[4]
{
"type" "ehandle"
"size" "4"
"windows" "668"
"linux" "688"
"mac" "688"
@ -35,6 +40,8 @@
"m_afSquadSlots" // int
{
"type" "integer"
"windows" "700"
"linux" "720"
"mac" "720"
@ -42,6 +49,8 @@
"m_flLastEnemySightTime" // float
{
"type" "time"
"windows" "704"
"linux" "724"
"mac" "724"
@ -49,6 +58,8 @@
"m_fEnemyEluded" // BOOL
{
"type" "integer"
"windows" "708"
"linux" "728"
"mac" "728"
@ -56,6 +67,8 @@
"m_iMySlot" // int
{
"type" "integer"
"windows" "712"
"linux" "732"
"mac" "732"