PDA

View Full Version : no recoil?


rhodod
2nd July 2005, 18:53
Any 1 have a undected no recoil?

DotProduct
2nd July 2005, 19:20
theres this wonderful thing on the forum that everyone uses... get in the habit ... its called search.

malakai
2nd July 2005, 19:24
ya really....and i thought there was a no begging/asking for hacks policy

firefly321
2nd July 2005, 22:33
their is a universal norecoil posted in mpcdownloads

Fluid
2nd July 2005, 22:36
set r6engine.r6playercontroller bcheatflying true

only undetected with no cvars^

or figure out how to hook this

function NoRecoil
{
if (bnorecoil)
{
R6PlayerController(MyController).m_bShakeactive=fa lse;
Me.engineWeapon.m_fpMuzzleFlashTexture=None;
me.PlayJump ();
}
else
{
R6PlayerController(MyController).m_bShakeactive=tr ue;
Me.engineWeapon.m_fpMuzzleFlashTexture=None;
}