Results 1 to 5 of 5
  1. #1
    ali544's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    somewhere
    Posts
    42
    Reputation
    10
    Thanks
    2
    My Mood
    Cool

    Recoil for one weapon

    Hey Guys,
    One more Help pls:
    I want, that i have no recoil for only 1 weapon like the Deserteagle, not for the main weapon!

    Ty

    Please visit My Chanel!

  2. The Following User Says Thank You to ali544 For This Useful Post:

    turmwin (06-08-2011)

  3. #2
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    Code:
    blabla = self getCurrentWeapon();
    if(isSubStr(blabla, "deagle")){
    
    self player_recoilScaleOn(0);
    }

  4. The Following User Says Thank You to mathieutje12 For This Useful Post:

    ali544 (06-08-2011)

  5. #3
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by mathieutje12 View Post
    Code:
    blabla = self getCurrentWeapon();
    if(isSubStr(blabla, "deagle")){
    
    self player_recoilScaleOn(0);
    }
    Why Am I the only one that think that the:
    self player_recoilScaleOn(0);
    Don't work....

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  6. The Following User Says Thank You to Jorndel For This Useful Post:

    ali544 (06-08-2011)

  7. #4
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    because it works for me?

  8. #5
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    Code:
    self player_recoilScaleOn(0);
    That works, nothing wrong with that...


    The lines in my Steam are i's

Tags for this Thread