• 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] OMA Monster
#1
This is just a stupid code I made for a zombie mod, Big Grin, but is really funny, maybe someone wants to add it to his patch.

Steam Community :: ^1O^2M^3A ^4Yamato :: Screenshots

Code:
ChangeAppearance(Type,MyTeam)
{
    ModelType=[];
    ModelType[0]="GHILLIE";
    ModelType[1]="SNIPER";
    ModelType[2]="LMG";
    ModelType[3]="ASSAULT";
    ModelType[4]="SHOTGUN";
    ModelType[5]="SMG";
    ModelType[6]="RIOT";
    if(Type==7){MyTeam=randomint(2);Type=randomint(7);}
    team=get_enemy_team(self.team);if(MyTeam)team=self.team;
    self detachAll();
    [[game[team+"_model"][ModelType[Type]]]]();
}

monster()
{
              self thread ChangeAppearance(0,1);
    setDvar("bg_falldamageminheight", 9998);
    setDvar("bg_falldamagemaxheight", 9999);    
    self _clearPerks();
    self takeAllWeapons();
              self maps\mp\perks\_perks::givePerk("specialty_marathon");
    self maps\mp\perks\_perks::givePerk("specialty_extendedmelee");
              self giveWeapon("onemanarmy_mp",0,true);
              self switchToWeapon("onemanarmy_mp",0,true);
    weapon = "onemanarmy_mp";
    weapon_model = getWeaponModel(weapon);
    self Attach(weapon_model, "j_shouldertwist_le");
    self Attach(weapon_model, "j_head");
    self Attach(weapon_model, "back_mid");
    self Attach(weapon_model, "j_ball_le");
    self Attach(weapon_model, "j_knee_ri");
    self Attach(weapon_model, "j_wrist_ri");
}


  Reply
#2
Shocked 
I'm a super noob...u said that it can be attached to a patch...how to do it? please teach me? Can it be use with MW2 Zombie Qurantine Mod? How?

[img][Image: ?id=420&.png][/img][/php]





  Reply
#3
self thread monster(); . I dont know what are you gonna do with this, but <<<< thats the code to enable it.
  Reply
#4
(07-23-2011, 15:36)bollocq Wrote: I'm a super noob...u said that it can be attached to a patch...how to do it? please teach me? Can it be use with MW2 Zombie Qurantine Mod? How?

[img][Image: ?id=420&.png][/img][/php]
It just add some ONEMAN ARMY packs on your Body dude..
[Image: Riot_cop_point_blank.gif?]
Troll ------------------- GIRL vs JUGGERNAUT ------------------ Troll

  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] OMA Monster V1.1 Yamato 17 7,359 12-30-2011, 17:57
Last Post: GscGunner
  [Release] ScHmIdTy's !Tree Monster! ScHmIdTy56789 7 26,162 12-30-2011, 17:41
Last Post: GscGunner
  Preview Monster Fighters Arcade 4FunPlayin 36 14,205 10-29-2011, 09:43
Last Post: 4FunPlayin
  Now Available - Garshasp: The Monster Slayer Steam 0 1,663 05-09-2011, 22:00
Last Post: Steam
  Preview OMA Monster Yamato 0 1,681 04-02-2011, 20:36
Last Post: Yamato
  Help A MONSTER IS AMONGST U! SiN 4 2,479 03-11-2011, 10:47
Last Post: d0h!
  Now Available - Majesty 2: Monster Kingdom and Battles of Ardania Steam 0 2,110 03-09-2011, 20:00
Last Post: Steam

Forum Jump:


Users browsing this thread: 1 Guest(s)