Update Opfor offsets

This commit is contained in:
Arkshine
2015-08-10 16:20:43 +02:00
parent a50b1e17d8
commit a6e587f0f0
232 changed files with 3188 additions and 1 deletions

View File

@ -21,6 +21,8 @@
{
"team_no" // int
{
"type" "integer"
"windows" "124"
"linux" "140"
"mac" "140"
@ -28,6 +30,8 @@
"m_iLastTouched" // int
{
"type" "integer"
"windows" "128"
"linux" "144"
"mac" "144"
@ -35,6 +39,8 @@
"m_flNextTouchTime" // float
{
"type" "time"
"windows" "132"
"linux" "148"
"mac" "148"
@ -42,6 +48,8 @@
"m_flPickupTime" // float
{
"type" "time"
"windows" "136"
"linux" "152"
"mac" "152"
@ -49,6 +57,9 @@
"m_iItemFlag" // unsigned int
{
"type" "integer"
"unsigned" "1"
"windows" "140"
"linux" "156"
"mac" "156"
@ -56,6 +67,8 @@
"m_pszItemName" // const char*
{
"type" "stringptr"
"windows" "144"
"linux" "160"
"mac" "160"