mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
.
This commit is contained in:
parent
1b59fe4d9e
commit
77770b7068
@ -7,10 +7,10 @@ struct g_AMC_playerBD_Entry
|
||||
SCR_ARRAY<TIMER, NUM_CONTACTS> UsedContactServicesTimer; // only index 2 (mugger) is actually used by the scripts. the rest is just a waste of bandwidth
|
||||
SCR_ARRAY<uint64_t, NUM_CONTACTS> ContactServiceCooldowns; // same as above
|
||||
};
|
||||
static_assert(sizeof(g_AMC_playerBD_Entry) == 245 * 8);
|
||||
static_assert(sizeof(g_AMC_playerBD_Entry) == 248 * 8);
|
||||
|
||||
struct g_AMC_playerBD
|
||||
{
|
||||
SCR_ARRAY<g_AMC_playerBD_Entry, 32> Entries;
|
||||
};
|
||||
static_assert(sizeof(g_AMC_playerBD) == 7841 * 8);
|
||||
static_assert(sizeof(g_AMC_playerBD) == 7937 * 8);
|
Loading…
Reference in New Issue
Block a user