Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 50
  1. #16
    makavelil's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In Poland
    Posts
    10
    Reputation
    10
    Thanks
    0
    How to add guns in Zombie Mode?
    I tried /give mk_mp or any other weapon, but it dont work.Any suggestions?

  2. #17
    ViktorFr's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    78
    Reputation
    10
    Thanks
    7
    do u giys use liberation on black ops? or? and pelase add me on msn - llgviktoras@hotmail.com
    id love to ur tester on mods and stuff like that or just have fun 1v1 etc thanks

  3. #18
    deokishiisu's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    3
    My Mood
    Daring
    Yeah, these mods are great and all - but, we can't use them until modding tools (if there are any, I've never modded but would like to start. Sadly, the only programming experience I have is with Java.) and a modloader is released. We can't use them publicly until a VAC undetected modloader is released, also.

    How did you find the console names of the guns for mp? Everybody wants them for zombies, but the only things that work are the syrette, and the m1911 on Five.

  4. #19
    Elmfuzzy's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Houston, Texas
    Posts
    16
    Reputation
    10
    Thanks
    1
    My Mood
    Confused
    i think its something like /ignore_ammo 1 or something most likey not though, i saw someone use it on a vid on here just not sure
    /yea

  5. #20
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    Thank you for posting all of this helpful info!
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  6. #21
    ignacedude's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    How Can i use this ? :S

  7. #22
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    wow were you bored? xD

    joking

    great job thanks

  8. #23
    solha's Avatar
    Join Date
    Nov 2010
    Gender
    female
    Posts
    56
    Reputation
    10
    Thanks
    2
    My Mood
    Worried
    No action-slots??

  9. #24
    prisma's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    236
    Reputation
    11
    Thanks
    42
    My Mood
    Amazed
    Quote Originally Posted by solha View Post
    No action-slots??
    Code:
    TAB "+scores"
    bind ESCAPE "togglemenu"
    bind SPACE "+gostand"
    bind 1 "weapnext"
    bind 4 "+smoke"
    bind 5 "+actionslot 3"
    bind 6 "+actionslot 4"
    bind 7 "+actionslot 2"
    bind A "+moveleft"
    bind B "mp_QuickMessage"
    bind C "togglecrouch"
    bind D "+moveright"
    bind E "+melee"
    bind F "+activate"
    bind G "+frag"
    bind2 G "+vehicleattacksecond"
    bind Q "+smoke"
    bind R "+reload"
    bind S "+back"
    bind T "chatmodepublic"
    bind V "+melee"
    bind W "+forward"
    bind X "+actionslot 1"
    bind Y "chatmodeteam"
    bind Z "+talk"
    bind PAUSE "toggle cl_paused"
    bind CTRL "toggleprone"
    bind SHIFT "+breath_sprint"
    bind F1 "vote yes"
    bind F2 "vote no"
    bind F3 "toggleview"
    bind F10 "acceptinvitation"
    bind F12 "screenshotJPEG"
    bind MOUSE1 "+attack"
    bind2 MOUSE1 "+vehicleattack"
    bind MOUSE2 "+toggleads_throw"
    bind MOUSE3 "+frag"
    bind2 MOUSE3 "+vehicleattacksecond"
    bind MWHEELDOWN "weapnext"
    bind MWHEELUP "weapnext"
    Edit: E and Q aren't the right... Just took it from my config.cfg
    Last edited by prisma; 11-18-2010 at 08:18 AM.

  10. #25
    ParraEels's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    1,684
    Reputation
    9
    Thanks
    90
    My Mood
    Amazed
    thx a heap

  11. #26
    Deathmax's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    11
    The buttonPressed() might be replaced with below(not sure, didn't test)
    Code:
    	add_button("mouse1");
    	add_kb_button("shift");
    	add_kb_button("ctrl");
    	add_button("BUTTON_RSHLDR");
    	add_button("BUTTON_LSHLDR");
    	add_button("BUTTON_RSTICK");
    	add_button("BUTTON_LSTICK");
    	add_button("BUTTON_A");
    	add_button("BUTTON_B");
    	add_button("BUTTON_X");
    	add_button("BUTTON_Y");
    	add_button("DPAD_UP");
    	add_button("DPAD_LEFT");
    	add_button("DPAD_RIGHT");
    	add_button("DPAD_DOWN");
    	add_kb_button("escape");
    	add_button("BUTTON_RTRIG");
    	add_button("BUTTON_LTRIG");
    	
    	add_kb_button("a");
    	add_button("F1");
    	add_button("F5");
    	add_button("F2");
    	add_kb_button("c");
    	add_kb_button("d");
    	add_kb_button("f");
    	add_kb_button("h");
    	add_kb_button("i");
    	add_kb_button("k");
    	add_kb_button("l");
    	add_kb_button("m");
    	add_kb_button("p");
    	add_kb_button("q");
    	add_kb_button("r");
    	add_kb_button("x");
    	add_button("del"); // DEL is allowed to be pressed while in select mode
    	add_kb_button("end");
    	add_kb_button("tab");
    	add_kb_button("ins");
    	add_kb_button("add");
    	add_kb_button("space");
    	add_kb_button("enter");
    	add_kb_button("leftarrow");
    	add_kb_button("rightarrow");
    	add_kb_button("v");
    	add_kb_button("1");
    	add_kb_button("2");
    	add_kb_button("3");
    	add_kb_button("4");
    	add_kb_button("5");
    	add_kb_button("6");
    	add_kb_button("7");
    	add_kb_button("8");
    	add_kb_button("9");
    	add_kb_button("0");
    	add_kb_button("~");
    Not sure though, this is only used in _createfx.gsc.

  12. #27
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    None of the visions work FFS.

  13. #28
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Quote Originally Posted by [WhA]4FunPlayin View Post
    None of the visions work FFS.
    / .

    Ex Middleman

  14. #29
    ROCKER JAM's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Confused
    i cant find where to download mods so add me on steam my name is ^2Ex^8Torch and tell me how plz i would rly apprecieate it

  15. #30
    Deathmax's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    11
    Since I'm lazy and do not wish to update a thread of my own, heres an unfinished post of mine.(that was supposed to be posted on another site)

    Give Weapons
    Code:
    self giveWeapon(weapon, 0, camo_num);
    Weapon List
    pastebin - Miscellany - post number 2005123

    Give Perks
    Code:
    self setPerk(perk);
    Perk list
    pastebin - Miscellany - post number 2005150

    Freeze Controls
    Code:
    self freezeControls(true);
    Set Killstreaks
    Code:
    self.killstreaks[0] = "killstreak_*";
    Give Killstreaks
    Code:
    self maps\mp\gametypes\_hardpoints::giveKillstreak( killstreakType, streak, suppressNotification, noXP );
    Killstreak List
    Number of kills - Name [self.killstreak value][giv

    Print text in middle
    Player only
    Code:
    self iprintlnbold(string);
    To entire team
    Code:
    self printBoldOnTeam(text, team);
    Print small text on bottom left corner
    Player only
    Code:
    self iprintln(string);
    To entire team
    Code:
    self printOnTeam(text, team);
    Is bot/host
    Host
    Code:
    self isHost();
    Bot
    Code:
    self isbot();

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Release] Black Ops Mod
    By master131 in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 42
    Last Post: 10-29-2012, 10:47 PM
  2. [Release] Black Ops Mod Compilation [2/12/11]
    By xbeatsszzx in forum Call of Duty Black Ops Server & GSC Modding
    Replies: 8
    Last Post: 02-19-2011, 06:35 PM
  3. Black Ops Mod loader
    By SneakyPete in forum Call of Duty Black Ops Help
    Replies: 3
    Last Post: 02-14-2011, 02:57 AM
  4. [Release] Jack of FSP- Black Ops Mod Pack v1
    By Jack in forum Combat Arms Mods & Rez Modding
    Replies: 43
    Last Post: 12-17-2010, 12:04 PM
  5. Black Ops modded lobby?
    By yourunishoot in forum Call of Duty Black Ops Discussions
    Replies: 9
    Last Post: 09-04-2010, 04:34 AM