Page 3 of 6 FirstFirst 12345 ... LastLast
Results 31 to 45 of 82
  1. #31
    l3lTonyl3l's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    4
    My Mood
    In Love
    yaaay i thanked you for the 100th time, yaaay (thx for that code thingy)

  2. #32
    maksim14's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    It's Work man thx. But lvl don't saves for me.

  3. #33
    404Fail's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    at home ^^
    Posts
    18
    Reputation
    10
    Thanks
    0
    Realy nice.. but
    i have the legal version and my Bo + Tsł shoot everytime down when i wanna start BO
    So can i play Bo withe the Legal Version and get EP in a Private Match (this works) :S
    And can some1 tell what the console input 4 unlimited ammo so nuubtube all day and fast leveling xD

    So .. Bo Legal version (Steam) and leveling with unlimited ammo ?!

    Sry for bad english :P

  4. #34
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    if i were you i don't cheat on legal bo
    than you get a ban and i don't think you will like that

  5. #35
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    Quote Originally Posted by 404Fail View Post
    Realy nice.. but
    i have the legal version and my Bo + Tsł shoot everytime down when i wanna start BO
    So can i play Bo withe the Legal Version and get EP in a Private Match (this works) :S
    And can some1 tell what the console input 4 unlimited ammo so nuubtube all day and fast leveling xD

    So .. Bo Legal version (Steam) and leveling with unlimited ammo ?!

    Sry for bad english :P
    use devmap to load the map, and then bind something to give ammo, then smash that button a lot and shoot.
    Texture Mods


    Obedear, the sky is low

  6. #36
    Kriege203's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    9
    My Mood
    Bored
    Quote Originally Posted by Deathmax View Post
    Actually I was lazy to download the full original GSCs from ******* so I just took the one I had, commented out everything that was added so little/none of your code is actually being used, and added my own, so sorry if I didn't add your name to the credits since I had no idea who was it from.
    EDIT: Ok maybe I left ModInfo() in.


    My updated mod fixes that, but I'm lazy to attach it over here. Pastebin should be fine since it's a text file.
    C++ | #include common_scripts\utility; #include maps\mp - Playground mod 2


    Only on legit copies, cracked are still on Update 1.
    okay i have see now your code. its nice^^

  7. #37
    solha's Avatar
    Join Date
    Nov 2010
    Gender
    female
    Posts
    56
    Reputation
    10
    Thanks
    2
    My Mood
    Worried
    is possible put more killstreaks in this mod? :S
    Only have 3 lol

    thx...

  8. #38
    hroy's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    cool,thanks

  9. #39
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    Quote Originally Posted by solha View Post
    is possible put more killstreaks in this mod? :S
    Only have 3 lol

    thx...
    yes it is possible if i am right

    just do something like this
    add a line like this

    self.killstreak[3] = "killstreak_name of kilstreak";

    in the end of the line you will see
    self.killstreak[2] = "killstreak_dogs"; (that's by me)
    than add that line above this one under it

  10. #40
    Deathmax's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    11
    Quote Originally Posted by lolbie View Post
    yes it is possible if i am right

    just do something like this
    add a line like this

    self.killstreak[3] = "killstreak_name of kilstreak";

    in the end of the line you will see
    self.killstreak[2] = "killstreak_dogs"; (that's by me)
    than add that line above this one under it
    Wrong, that won't work, there's a check in _hardpoints.gsc that make sures killstreaks only go up to 3.
    Code:
    giveKillstreakForStreak()
    {
    	if ( !isKillStreaksEnabled() )
    	{
    		return;
    	}
    		
    	if( !IsDefined(self.pers["totalKillstreakCount"]) )
    	{
    		self.pers["totalKillstreakCount"] = 0;
    	}
    	
    	given = false;
    	
    	for ( i = 0; i < self.killstreak.size && i < 3; i++ )
    	{
    		given |= giveKillstreakIfStreakCountMatches( i, self.killstreak[i], self.pers["cur_kill_streak"] );
    	}
    }
    Note the for statement. You could try to remove it, but I'm not sure what other checks are there.

  11. The Following 2 Users Say Thank You to Deathmax For This Useful Post:

    lolbie (11-21-2010),maksim14 (11-21-2010)

  12. #41
    helldragoniv's Avatar
    Join Date
    Dec 2007
    Gender
    male
    Location
    Constanta
    Posts
    1
    Reputation
    10
    Thanks
    0
    thanks alot was waiting for something like this

  13. #42
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    Quote Originally Posted by Majestic Manson View Post
    This will be great for once the ban hammer drops on us /
    they won't hudurrrr.... its unbanable.


  14. #43
    chrisootes's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Busy
    bo.pastebin.com/6yQ1njTx for an updated script
    thanks for the loader the ******* site wont work

  15. #44
    solha's Avatar
    Join Date
    Nov 2010
    Gender
    female
    Posts
    56
    Reputation
    10
    Thanks
    2
    My Mood
    Worried
    what is the name of spkycamera?

    I put "killstreak_camera" but dont work :S

  16. #45
    jess585's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Slovakia
    Posts
    30
    Reputation
    10
    Thanks
    1
    Why I cant download it ? :-///

Page 3 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. [Buying] COD: Black Ops for Steam!
    By jayrrr in forum Buying Accounts/Keys/Items
    Replies: 2
    Last Post: 07-28-2011, 02:33 PM
  2. [CoD Black Ops for Ca Eu 2LT +]
    By Late602 in forum Combat Arms Selling / Trading / Buying
    Replies: 0
    Last Post: 05-14-2011, 11:47 PM
  3. Trade COD Black ops for Comabat arms eu
    By serdelleczek in forum Buying Accounts/Keys/Items
    Replies: 7
    Last Post: 12-06-2010, 09:20 AM
  4. Favorite CoD Black Ops Class
    By Preleeee in forum Call of Duty Black Ops Discussions
    Replies: 1
    Last Post: 11-28-2010, 08:24 PM