How to Disable some automation

Hello everyone,

i wonder if someone know how to disable some automation from the game , like when you running out of ammo it remove you the weapon , or when you are in vehicle and switch to the passenger the game put you again on driver seat , these kind of auto things.

If you disabled the animations it would just teleport you doing the animations. There are scripts that you could make or maybe some out there that would do these things.

i don’t talk about the animation i talk about the game who do things automaticaly , like when you finish flying with a parachute it removing the chute from your back , same with weapon when when you run out of ammo , i want to disable these action , not the animation .

Again about what I said in my first comment, you can use scripts to see if these actions are happening then cancel them. You can ask a developer to make you it or you can learn LUA or C# by yourself.

don’t worry man im good at c# and already made a lot , that not my request here , i just ask if someone know about these action and maybe script from R* i can disable. of course if i don’t find it , the last option will be to disable it by checking all the time but it’s the shitty solution i avoid as i can. the best one would be to find what trigger it and disable it at source , that why i’m asking if someone know something on this .