We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3afd789 commit 078989dCopy full SHA for 078989d
2 files changed
SSV2/includes/classes/gta/CEntity.lua
@@ -53,7 +53,7 @@ function CEntity:init(entity)
53
instance.m_hostility = ptr:add(0x018C)
54
instance.m_health = ptr:add(0x0280)
55
instance.m_max_health = ptr:add(0x0284)
56
- instance.m_attackers = ptr:add(0x0288):deref()
+ instance.m_attackers = ptr:add(0x0288) -- CAttackers*
57
58
return instance
59
end
SSV2/includes/frontend/settings/debug_ui.lua
@@ -519,7 +519,6 @@ local function DrawPatches()
519
ImGui.EndChild()
520
521
522
-local soundid = -1
523
local function DrawMiscTests()
524
if (ImGui.Button("Test Toasts")) then
525
for i = 1, 5 do
0 commit comments