[HELP] how to disable steering

Hi, i’m working on a script which animate the upper body of my player, i’d like to disable steering because the player have his hands off the wheel. And for now i tried a bunch of things but i couldn’t figure out a way to do it. I already tried with the following native :

 edit void DISABLE_CONTROL_ACTION(int inputGroup, int control, BOOL disable) // FE99B66D079CF6BC 3800C0DC 

I disabled everything control i could find related to left or right but even with that my player was able to steer.

I usually code in C# but if you have a lua code that answer my need i will take it.