mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-19 07:28:04 +08:00
11 lines
204 B
C++
11 lines
204 B
C++
![]() |
#include "backend/looped/looped.hpp"
|
||
|
#include "gta_util.hpp"
|
||
|
|
||
|
namespace big
|
||
|
{
|
||
|
void looped::system_update_pointers()
|
||
|
{
|
||
|
if (g_local_player == nullptr)
|
||
|
g_local_player = gta_util::get_local_ped();
|
||
|
}
|
||
|
}
|