mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-24 09:22:50 +08:00
feat(vendor): updated GTAV-Classes (#560)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user