Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 50
  1. #31
    shadowkiller210's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    act australia
    Posts
    347
    Reputation
    10
    Thanks
    5
    My Mood
    Blah
    is there a way to have super jump in console commands on zombies?

  2. #32
    lenarass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    where should i copy paste these commands in order to get them working with my black ops ?
    also are they safe? no ban at all?
    thanks

  3. #33
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    Move to gsc section?

    Or else Archangel / whoever is in charge better answer my requests :<
    www.YouTube.com/MpKiller100

  4. #34
    Obama's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    The Black house
    Posts
    22,195
    Reputation
    870
    Thanks
    6,076
    My Mood
    Cool
    Quote Originally Posted by AZUMIKKEL View Post
    Move to gsc section?

    Or else Archangel / whoever is in charge better answer my requests :<
    moved .

  5. #35
    marcusalier's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Never had a VAC ban.
    Posts
    301
    Reputation
    8
    Thanks
    24
    My Mood
    Angry
    This is nice =)
    Ty

  6. #36
    Domen's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    3,535
    Reputation
    143
    Thanks
    239
    My Mood
    Angelic
    Nightingale= More Special Nades (Stun, Flash..)
    Syrette just makes me do something with hands.
    Hatchet is a Tomahawk.

    Thanx,

    PS: Is there a way to use MP40, M40A3, R700, etc.?
    Doesn't work with /give command.

  7. #37
    zxz0O0's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    209
    Reputation
    10
    Thanks
    138
    My Mood
    Aggressive
    Quote Originally Posted by zujca View Post
    Nightingale= More Special Nades (Stun, Flash..)
    Syrette just makes me do something with hands.
    Hatchet is a Tomahawk.

    Thanx,

    PS: Is there a way to use MP40, M40A3, R700, etc.?
    Doesn't work with /give command.
    Syrette is the "weapon" to revive other players.
    [YOUTUBE]Ja7-WnJcMcs[/YOUTUBE]

  8. #38
    jimmynguyen3030's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    NukeTown
    Posts
    263
    Reputation
    10
    Thanks
    18
    My Mood
    Bored
    its suppost to me _zm not mp
    If I Helped You, Plz Thanks.
    It Would Help Alot

    What Do You Do For A Living?
    I Mostly Own Noobs With The AK-47 With Silencer
    What's That?
    (Turns To Friend)
    HAHAHA Noob!!!!!!
    [img]https://www.danasof*****m/sig/asd248737.jpg[/img]

  9. #39
    YuDi21's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    mp_complex
    Posts
    141
    Reputation
    12
    Thanks
    35
    My Mood
    Angelic
    how to enable wh with code?
    this - self ThermalVisionFOFOverlayOn(); work?

  10. #40
    Leaf's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    the Netherlands.
    Posts
    2,059
    Reputation
    456
    Thanks
    417
    My Mood
    Cheerful
    actually, someone have to make a mod for MPGH only, with a pw and just get it on a private server, wich will be online often
    Ex-



    Previous Names: Leaf, Acinonyx, Fawkes.


  11. #41
    T3h vICE's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    i need the sHitLoc vars very badly but the ones from mw2 seems to be uncorrect :/

  12. #42
    Flitchit's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    301
    Reputation
    19
    Thanks
    1,403
    My Mood
    Buzzed

    Talking

    Made an easier health display:

    Code:
    health()
    {
    	self endon( "disconnect" );
    	info = self createFontString("hudbig", 1.2);
    	while(true)
    	{
    	info setPoint("TOP", "TOP", -0, 0);
    	info setText( "^5Health: ^1", self.health );
    	wait .5;
    	}
    }
    Its also less glitchy, the other one seemed to get fucked up then you die.


    Public Sub MyLife(ByVal life As Matrix.ObjectModel, ByVal Me as Matri*****de)
          Dim Me As ObjectModel
          Me = LifeForm.HumanBeing
          If Me.+Rep = True Then
                 MsgBox("Thank you!")
          End If
    End Sub


  13. #43
    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 Flitchit View Post
    Made an easier health display:

    Code:
    health()
    {
    	self endon( "disconnect" );
    	info = self createFontString("hudbig", 1.2);
    	while(true)
    	{
    	info setPoint("TOP", "TOP", -0, 0);
    	info setText( "^5Health: ^1", self.health );
    	wait .5;
    	}
    }
    Its also less glitchy, the other one seemed to get fucked up then you die.
    Why not add the end on Death as well?

     
    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

  14. #44
    Flitchit's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    301
    Reputation
    19
    Thanks
    1,403
    My Mood
    Buzzed
    Quote Originally Posted by Jorndel View Post
    Why not add the end on Death as well?
    I could, but it works all the same. plus im too lazy but fine...

    Code:
    health()
    {
    	self endon( "disconnect" );
            self endon( "death" );
    	info = self createFontString("hudbig", 1.2);
    	while(true)
    	{
    	info setPoint("TOP", "TOP", -0, 0);
    	info setText( "^5Health: ^1", self.health );
    	wait .5;
    	}
    }


    Public Sub MyLife(ByVal life As Matrix.ObjectModel, ByVal Me as Matri*****de)
          Dim Me As ObjectModel
          Me = LifeForm.HumanBeing
          If Me.+Rep = True Then
                 MsgBox("Thank you!")
          End If
    End Sub


  15. #45
    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 Flitchit View Post
    I could, but it works all the same. plus im too lazy but fine...

    Code:
    health()
    {
    	self endon( "disconnect" );
            self endon( "death" );
    	info = self createFontString("hudbig", 1.2);
    	while(true)
    	{
    	info setPoint("TOP", "TOP", -0, 0);
    	info setText( "^5Health: ^1", self.health );
    	wait .5;
    	}
    }
    Erm, you wanted it to lag less. And make that loop and stack up when the player die. Like 10 times, you would have 10 loops of that code for just 1 player :S

    Well, good you added it tho

     
    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

Page 3 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