Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    KLOTE+HOMO's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    5
    My Mood
    Sleepy

    [Help] Nuke end game? :)

    Hey,

    I need some help with my gun game.
    I want to get a nuke after:

    self.gunList[4] = createGun("ac130_25mm_mp", 9, false, false);
    self.gunList[5] = createGun("ac130_40mm_mp", 9, false, false);
    self.gunList[6] = createGun("ac130_105mm_mp", 9, false, false);
    ((( NUKE HERE )))

    Who knows the code of that???

    Greetz,
    KLOTE+HOMO

  2. #2
    Josephlittle™'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    GSC Modding Section
    Posts
    1,345
    Reputation
    26
    Thanks
    562
    My Mood
    Devilish
    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "nuke", true );


    enjoy

  3. The Following User Says Thank You to Josephlittle™ For This Useful Post:

    merked_nub (07-30-2010)

  4. #3
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Well I remember putting nuke_mp working. Dunno though...

    Ex Middleman

  5. #4
    Kyouki's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    1
    nuke_mp is standing in the gungame mod o.O...

  6. #5
    Threadstarter
    Unverified User
    KLOTE+HOMO's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    5
    My Mood
    Sleepy
    @ Josephlittle

    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "nuke", true );
    doesnt work.

    btw the 1st false = laser sight. the 2nd false = akimbo.

  7. #6
    PP_CrazyApple's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    851
    Reputation
    28
    Thanks
    416
    My Mood
    Innocent
    Quote Originally Posted by KLOTE+HOMO View Post
    Hey,

    I need some help with my gun game.
    I want to get a nuke after:

    self.gunList[4] = createGun("ac130_25mm_mp", 9, false, false);
    self.gunList[5] = createGun("ac130_40mm_mp", 9, false, false);
    self.gunList[6] = createGun("ac130_105mm_mp", 9, false, false);
    ((( NUKE HERE )))

    Who knows the code of that???

    Greetz,
    KLOTE+HOMO
    You can't put the nuke there you idiot.
    Can you read? "self.gunLIST"!, it wont give you the gun, it just notes the names. You need to put the code what joseph told you somewhere else..

  8. #7
    Threadstarter
    Unverified User
    KLOTE+HOMO's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    5
    My Mood
    Sleepy
    where? tell me please im noob.
    DONT LAUGH @ ME :'( im gonna cry

  9. #8
    Josephlittle™'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    GSC Modding Section
    Posts
    1,345
    Reputation
    26
    Thanks
    562
    My Mood
    Devilish
    Quote Originally Posted by PP_CrazyApple View Post
    You can't put the nuke there you idiot.
    Can you read? "self.gunLIST"!, it wont give you the gun, it just notes the names. You need to put the code what joseph told you somewhere else..
    make a thread or sumthin...idk!

  10. #9
    Threadstarter
    Unverified User
    KLOTE+HOMO's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    5
    My Mood
    Sleepy
    Soooooo... .Can some1 help me? I think there are more people want to know this :S

  11. #10
    Fallen Souls's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    England
    Posts
    57
    Reputation
    13
    Thanks
    95
    My Mood
    Happy
    Code:
    if(self.score >= 4300)
    		{
        	 	    	self maps\mp\gametypes\_hud_message::killstreakSplashNotify("nuke", 1337);
        		    	self maps\mp\killstreaks\_killstreaks::giveKillstreak("nuke", false);
    			wait 5;
    			self thread maps\mp\gametypes\_hud_message::hintMessage("^2You WON Launch Your Nuke!!!!");
    		}
    Place in DoDvars() which is lauched on spawn, this checks every spawn for the required score and if you do you get the nuke killstreak awarded.
    Change the score to your guns x100 if you play TDM
    Last edited by Fallen Souls; 07-27-2010 at 10:01 PM.

  12. The Following User Says Thank You to Fallen Souls For This Useful Post:

    TheLynx (07-30-2010)

  13. #11
    Threadstarter
    Unverified User
    KLOTE+HOMO's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    5
    My Mood
    Sleepy
    if(self.score >= 4300)

    4300 = the score right? 2 kills in FFA = 100.

    if yes. it doesnt work for me.

    i placed it in doDvars().

    i see that i have the nuke and i won. but i cant turn the key...
    Last edited by KLOTE+HOMO; 07-28-2010 at 04:16 AM.

  14. #12
    Fallen Souls's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    England
    Posts
    57
    Reputation
    13
    Thanks
    95
    My Mood
    Happy
    the last gun cannot be ac130 as you cant use killstreaks. Make it RPG or soemthing.

  15. #13
    Threadstarter
    Unverified User
    KLOTE+HOMO's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    5
    My Mood
    Sleepy
    i did = fail ... :S

  16. #14
    Fallen Souls's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    England
    Posts
    57
    Reputation
    13
    Thanks
    95
    My Mood
    Happy
    ill post my gungame mod that I edited

    #include common_scripts\utilit - Gungame - iMDHYSkW - Pastebin.com


    it is a rank.gsc

  17. #15
    Threadstarter
    Unverified User
    KLOTE+HOMO's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    5
    My Mood
    Sleepy
    ok thank you. but LOL rpg akimbo xD :P. needa try that out yet :P

    im editing as soon im @ home... @ work right now :S

    but i have a question to you you know alot of stuff:
    If i (host) am talking i want my text automaticly being red or green.

    do you know how?

    thanx

Page 1 of 2 12 LastLast

Similar Threads

  1. Ned help hacking this game(Fantasy tennis)
    By lilandyngo in forum General Game Hacking
    Replies: 4
    Last Post: 06-21-2011, 03:21 AM
  2. HELP HACK RYL2 GAME GUAR
    By keat99 in forum Anti-Cheat
    Replies: 4
    Last Post: 03-09-2009, 04:58 AM
  3. need some help hacking a game
    By endri123 in forum General Hacking
    Replies: 2
    Last Post: 07-10-2008, 09:11 PM
  4. Need help hacking flash games
    By ilovepie21 in forum General Game Hacking
    Replies: 0
    Last Post: 08-15-2007, 08:04 PM
  5. I need help installing the game.
    By jeremywilms in forum WarRock - International Hacks
    Replies: 6
    Last Post: 04-24-2007, 03:41 AM