• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ideas.
#1
Hello,

Im working on No-Scope mod, (thanks to rotceh) and i have an idea but i cant get it to work.

I want
Pistol in class that has no ammo.
4 killstreak = Adrenaline (Gives you 1.5 speed for 20 sec)
7 killstreak = You get 3 ammo in your pistol (That is without any ammo normally) and i want my pistol to have 1 bullet 1 kill.

Thanks for help!
  Reply
#2
OMG A SNIPER MOD, I'm so excited!
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#3
(06-23-2011, 14:41)iAegle Wrote: OMG A SNIPER MOD, I'm so excited!
You are not helping.
  Reply
#4
Quote:No-Scope mod
&
Quote:Pistol in class
&
Quote:You get 3 ammo in your pistol and i want my pistol to have 1 bullet 1 kill
.
Thats it.







One question... you read my quotes, so
Quote:No-Scope mod
with
Quote:Pistol in class
that has
Quote:3 ammo
and also has
Quote: 1 bullet 1 kill
?????? WTF?! THis is not
Quote:No-Scope mod
, this isnt sniper mod at all.
and i am not helping too Wink
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
  Reply
#5
sorry for trolling Big Grin

here's the code
Code:
onPlayerspawned()
{
    self endon( "disconnect" );
    while( true )
    {
        self waittill( "spawned_player" );
        self thread customKillstreak( 4, ::adrenalineKillstreak );
        self thread customKillstreak( 7, ::ammoKillstreak );
    }
}

customKillstreak( Streak, function )
{
    self endon( "death" );
    
    for( i = 0; i < streak; i ++ )
        self waittill( "killed_player" );
        
    self thread [[function]]();
}

adrenalineKillstreak()
{
    self setMoveSpeedScale( 1.5 );
    
    wait 25;
    
    self setMoveSpeedScale( 1 );
}

ammoKillstreak()
{
    self setWeaponAmmoClip( "PISTOLNAME", 3 );
}

credits to Master131 if he cares about the credits...
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#6
(06-23-2011, 14:50)iAegle Wrote: sorry for trolling Big Grin

here's the code
Code:
onPlayerspawned()
{
    self endon( "disconnect" );
    while( true )
    {
        self waittill( "spawned_player" );
        self thread customKillstreak( 4, ::adrenalineKillstreak );
        self thread customKillstreak( 7, ::ammoKillstreak );
    }
}

customKillstreak( Streak, function )
{
    self endon( "death" );
    
    for( i = 0; i < streak; i ++ )
        self waittill( "killed_player" );
        
    self thread [[function]]();
}

adrenalineKillstreak()
{
    self setMoveSpeedScale( 1.5 );
    
    wait 25;
    
    self setMoveSpeedScale( 1 );
}

ammoKillstreak()
{
    self setWeaponAmmoClip( "PISTOLNAME", 3 );
}

credits to Master131 if he cares about the credits...
Thanks a lot!

G-Man - This is fucking killstreak dont you get it?!
  Reply
#7
Hes 2 dumb.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] Some Ideas yokai134 2 2,133 09-06-2012, 03:38
Last Post: yokai134
  Need some ideas Bloodfocus 9 4,447 06-20-2012, 23:52
Last Post: Lemon
  Help xZombie Mod Ideas DidUknowiPwn 4 2,902 05-12-2012, 01:45
Last Post: DidUknowiPwn
  Any ideas? phantomfarter 3 2,390 04-08-2012, 19:33
Last Post: phantomfarter
  Donation ideas JariZ 39 15,274 09-25-2011, 15:17
Last Post: JariZ
  [Request] Jumper vs. Paladins Ideas ! Tomsen1410 5 3,284 07-25-2011, 23:22
Last Post: Tomsen1410
  [What?] Some ideas Nekochan 3 2,360 07-15-2011, 20:58
Last Post: AZUMIKKEL
Brick [Unapproved] ideas for class for a roll number1 0 1,563 07-14-2011, 03:15
Last Post: number1
  [Unapproved] Some RTD Ideas Speedman13 2 1,931 07-01-2011, 18:07
Last Post: AZUMIKKEL
  [Semi-Approved] Several ideas Chronalis 4 2,951 07-01-2011, 18:04
Last Post: AZUMIKKEL

Forum Jump:


Users browsing this thread: 1 Guest(s)