mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 15:17:23 +08:00
12 lines
221 B
C++
12 lines
221 B
C++
![]() |
#include "backend/looped/looped.hpp"
|
||
|
#include "natives.hpp"
|
||
|
|
||
|
namespace big
|
||
|
{
|
||
|
void looped::weapons_force_crosshairs()
|
||
|
{
|
||
|
if (g->weapons.force_crosshairs) {
|
||
|
HUD::SHOW_HUD_COMPONENT_THIS_FRAME(14 /*RETICLE*/);
|
||
|
}
|
||
|
}
|
||
|
}
|