Remove access to weapon wheel

Hi guys,

sorry for the post, I’ve only recently started developing (it is quite a journey!) and I am still working my way around fivem/esx. Is there a script responsible in particular for activating the weapon wheel?

wondering if i can remove this and just have players use the inventory hud ive installed.

thanks in advance!

Use this native in a thread and call it every frame.

2 Likes

Thank you! Was trying to figure out functions just by looking at the code framework i have. This fivem resource is fantastic. I definitely should have done more snooping before getting stuck into it haha

1 Like

“function HudWeaponWheelIgnoreControlInput(
toggle = {349, 157, 158, 159, 160, 161, 162, 163, 164, 165}
end)”

I’m way off aren’t I?

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.