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

@ -70,7 +70,7 @@ namespace big
return 0;
}
auto player_pos = plyr->get_ped()->m_navigation->m_position;
auto player_pos = *plyr->get_ped()->m_navigation->get_position();
location.x = player_pos.x;
location.y = player_pos.y;