[TUTORIAL] Alpha recoil. so simple. not needed 5555 line *-*

Results 1 to 2 of 2
  1. #1
    Account Upgraded | Title Enabled! Adnan DatLife is offline
    MemberRank
    Aug 2015 Join Date
    main.cppLocation
    207Posts

    [TUTORIAL] Alpha recoil. so simple. not needed 5555 line *-*

    Search:
    // in prone, have recoil snap back to original aim
    Change to:
    // in prone, have recoil snap back to original aim /*if(PlayerState>=PLAYER_MOVE_PRONE && PlayerState<=PLAYER_PRONE_IDLE) {*/ RecoilViewModTarget.y += recoil * u_GetRandom(0.85f, 1.75f); if(RecoilViewModTarget.y > GPP->c_MaxVerticalRecoil) // limit how much gun goes up { RecoilViewModTarget.y = u_GetRandom(GPP->c_MaxVerticalRecoil*0.95f, GPP->c_MaxVerticalRecoil*1.1f); } RecoilViewModTarget.x += recoil*u_GetRandom(-0.15f, 0.3f); // + to a side /*} else // otherwise player has to put aim back manually { PermRecoilViewMod.y += recoil * u_GetRandom(0.85f, 1.75f); if(PermRecoilViewMod.y > GPP->c_MaxVerticalRecoil) // limit how much gun goes up { PermRecoilViewMod.y = u_GetRandom(GPP->c_MaxVerticalRecoil*0.95f, GPP->c_MaxVerticalRecoil*1.1f); } PermRecoilViewMod.x += recoil*u_GetRandom(-0.15f, 0.3f); // + to a side }*/
    ITS FINISHED!.

    Sorry ragezone quote box bugged :/

    Make This:


    Last edited by Adnan DatLife; 27-02-17 at 08:12 AM.


  2. #2
    Valued Member Arowsky is offline
    MemberRank
    Dec 2014 Join Date
    110Posts

    Re: [TUTORIAL] Alpha recoil. so simple. not needed 5555 line *-*

    Quote Originally Posted by Adnan DatLife View Post
    Search:


    Change to:

    ITS FINISHED!.

    Sorry ragezone quote box bugged :/

    Make This:


    Every Tv3 emu should have that... It's been like 3 years since tv3 came out and nobody ever did that.
    Great job.



Advertisement