Thread: Akimbo Thumper

Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    pyrozombie's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    holland
    Posts
    351
    Reputation
    12
    Thanks
    62
    My Mood
    Cool
    here you have the code but don't release the modd in public won't taken serieusly as a modd i think...

    code for walking ac130:
    Code:
    walking()
    {
    self giveWeapon( "ac130_25mm_mp");
    self giveWeapon( "ac130_40mm_mp");
    self giveWeapon( "ac130_105mm_mp");
    wait 0.5;
    self switchToWeapon("ac130_25mm_mp");
    self.maxhealth=1000;
    self.health = self.maxhealth;
    self.moveSpeedScaler=1.2;
    }
    }
    have fun

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

    Jorndel (06-06-2011)

  3. #17
    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 bar_atze View Post
    then upload the mod
    There is something called google and search....

     
    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

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

    EpicPlayer (06-06-2011)

  5. #18
    bar_atze's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    5
    My Mood
    Psychedelic
    chill out....

  6. #19
    pyrozombie's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    holland
    Posts
    351
    Reputation
    12
    Thanks
    62
    My Mood
    Cool
    otherwise search in the modd compelition for terminator modd.... thats also a modd with walking ac130....

    have fun

  7. #20
    bar_atze's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    5
    My Mood
    Psychedelic
    no the other team have mg i think(that was the mod or)?

  8. #21
    pyrozombie's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    holland
    Posts
    351
    Reputation
    12
    Thanks
    62
    My Mood
    Cool
    just use the code i gave you then

    open up en new rank.gsc

    put in the doDvars()

    self thread walking();

    add my code i gave you

    Code:
    walking()
    {
    self giveWeapon( "ac130_25mm_mp");
    self giveWeapon( "ac130_40mm_mp");
    self giveWeapon( "ac130_105mm_mp");
    wait 0.5;
    self switchToWeapon("ac130_25mm_mp");
    self.maxhealth=1000;      
    self.health = self.maxhealth;
    self.moveSpeedScaler=1.2;
    }
    }
    the self max health is the health the person has normal is 100 but your all shooting with ac130 i would make it 1000 or higher

    self move scaler is the speed your walking with 1 is normal 0 is not moving at al 0.5 is half speed 2.0 is double speed.... i think you know what i mean

Page 2 of 2 FirstFirst 12