• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Killstreaks in GunGame
#11
(09-05-2011, 14:45)iAegle Wrote:
Code:
onPlayerSpawned()
{
    self endon( "disconnect" );
    
    while( true )
    {
        self waittill( "spawned_player" );
        self thread custom_killstreak( 5, ::5killStreak );
    }
}


custom_killstreak( streak, function )
{
    if( !isDefined( streak ) || !isDefined( streak ) )
        return false;
    
    for( i = 0; i < streak; i ++ )
        self waittill( "killed_player" );
        
    self thread [[function]]();
}

5killStreak()
{
    self takeWeapon( self getCurrentWeapon() );
    self giveWeapon( "minigun_mp" );
}

this is much easier

Would it be possible to add perks instead of weapons?
  Reply
#12
Sure why not?
[Image: ctoc.jpg]
  Reply
#13
(09-05-2011, 20:52)Tomsen1410 Wrote: Sure why not?

Can you help me doing this then Big Grin ? (not for the contest)
  Reply
#14
lolwat didn't see this thread before i started on ItsSuperGG
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#15
(09-05-2011, 20:58)AZUMIKKEL Wrote: lolwat didn't see this thread before i started on ItsSuperGG

Thats what I meant
  Reply
#16
Thanks guys! Will take a look at this!

EDIT: I was wondering, the script now says, after a sertain amount of kills, you get ... killstreak, right? If someone got knifed in the Gungame he/she have to make a new kill to level up. So sometimes you need more kills to complete a tier. Is it possible to give a killstreak if you have a certain weapon on hand? Hope someone gets my idea?
[Image: 41295377.jpg]
  Reply
#17
(09-05-2011, 20:53)Scripts18 Wrote:
(09-05-2011, 20:52)Tomsen1410 Wrote: Sure why not?

Can you help me doing this then Big Grin ? (not for the contest)

Sure i could : P
(09-06-2011, 08:14)Dountill Wrote: Thanks guys! Will take a look at this!

EDIT: I was wondering, the script now says, after a sertain amount of kills, you get ... killstreak, right? If someone got knifed in the Gungame he/she have to make a new kill to level up. So sometimes you need more kills to complete a tier. Is it possible to give a killstreak if you have a certain weapon on hand? Hope someone gets my idea?

So u want a specific streak when u kill someone wiht a specific weapon?
[Image: ctoc.jpg]
  Reply
#18
Thats exactly what i want. and after the killstreak it will go on to the next weapon. so its like a tier.
[Image: 41295377.jpg]
  Reply
#19
(09-06-2011, 14:56)Dountill Wrote: Thats exactly what i want. and after the killstreak it will go on to the next weapon. so its like a tier.

yes thats no problem : )
when u say ur steam id i can add u.
[Image: ctoc.jpg]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Preview Gungame Mod Howl3r 8 5,487 08-04-2013, 21:39
Last Post: Howl3r
Big Grin Killstreaks HUD list Puffiamo 9 9,287 06-18-2013, 18:42
Last Post: RaZ
  [Request] modded gungame for combat training ultimate 0 2,294 06-02-2013, 13:14
Last Post: ultimate
  GunGame with doors Mathdu91 22 20,018 04-07-2013, 15:35
Last Post: DYNAMIA
  [Release] Smiles GunGame v2 _Smile_Man_ 8 16,371 04-07-2013, 13:54
Last Post: Borealis
  [Release] Call of Duty Modern Warfare 3 - Airdrops & Killstreaks d0h! 8 11,100 04-03-2013, 06:54
Last Post: USCR
  [Release] SanX GunGame Mod 1.8 d0h! 4 11,230 10-30-2012, 06:01
Last Post: ironcore
  [Release] Predator Killstreaks Puffiamo 13 13,179 10-28-2012, 15:51
Last Post: Arteq
  Moab and killstreaks Jabbavacca 4 4,229 10-27-2012, 23:40
Last Post: korsika
  [Release] [contest]Leipe GunGame Dountill 65 37,561 10-19-2012, 16:16
Last Post: willorp

Forum Jump:


Users browsing this thread: 1 Guest(s)