DaNeo Posted September 16, 2021 Posted September 16, 2021 Hello there with the change from 0.3.7 to 1.1 is the actionmode now availble. I tried the Clientside methods to disable it on TickEvent: if (Player.LocalPlayer.IsUsingActionMode()) Player.LocalPlayer.SetUsingActionMode(false, -1, "-1"); But the Animation will get cancled but not the damage the kill still gets through. An Method like "Player.LocalPlayer.DisableActionMode" would be cool. Otherwise an Method to disable the aggressiv pose after Aim without a weapon would be cool too Cause this one will not cancled sometime correctly. Thanks in Advance
Machiavelli Posted September 17, 2021 Posted September 17, 2021 I've read somewhere that the code below might help, but I have yet to test it in-game. If that doesn't work though I would really appreciate something like this as I've been unable to disable instant knife kills. if(localPlayer.isPerformingStealthKill()) { localPlayer.clearTasksImmediately(); } 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now