feat(vendor): updated GTAV-Classes (#560)

This commit is contained in:
Aure7138
2022-11-09 06:44:52 +08:00
committed by GitHub
parent bc05ecd78c
commit 7fbf8e8e22
10 changed files with 16 additions and 14 deletions

View File

@ -96,11 +96,11 @@ namespace big
0,
{}, {
{"EXPLODE", [this] {
rage::fvector3 pos = m_pointer->m_navigation->m_position;
rage::fvector3 pos = *m_pointer->m_navigation->get_position();
FIRE::ADD_EXPLOSION(pos.x, pos.y, pos.z, 1, 1000, 1, 0, 1, 0);
}},
{"TP TO", [this] {
rage::fvector3 pos = m_pointer->m_navigation->m_position;
rage::fvector3 pos = *m_pointer->m_navigation->get_position();
teleport::to_coords({ pos.x, pos.y, pos.z });
}},
}