mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-19 15:37:31 +08:00
10 lines
224 B
C++
10 lines
224 B
C++
#include "backend/looped/looped.hpp"
|
|
|
|
namespace big
|
|
{
|
|
void looped::vehicle_is_targetable()
|
|
{
|
|
if (g_local_player && g_local_player->m_vehicle)
|
|
g_local_player->m_vehicle->m_is_targetable = g->vehicle.is_targetable;
|
|
}
|
|
} |