Thread: -Ammu Dvar :S

Results 1 to 8 of 8
  1. #1
    solha's Avatar
    Join Date
    Nov 2010
    Gender
    female
    Posts
    56
    Reputation
    10
    Thanks
    2
    My Mood
    Worried

    Red face -Ammu Dvar :S

    Ammu.

    Hello everybody,
    My doubt is this, is there any Ammu Dvar to reload, for example by press N and our weapon is full of bullets again ...

    Thx

    _________________
    sry worng section

  2. #2
    SneakyPete's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    In a New World
    Posts
    531
    Reputation
    22
    Thanks
    25
    My Mood
    Happy
    what i think you mean is by pressing to reload right?

    Waiting between worlds that divide through a choice undefined
    A break in the line where all paths intertwine
    And no roads lead or progress behind
    And all signs read: "Know The Way. Decide"



  3. #3
    solha's Avatar
    Join Date
    Nov 2010
    Gender
    female
    Posts
    56
    Reputation
    10
    Thanks
    2
    My Mood
    Worried
    A Code for Ammu killstreak ... :S

    For example:

    "self maps\mp\gametypes\_hud_message::killstreakSplashNo tify( "ammu", 1);
    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "ammu", false );" « But his not work. lol

  4. #4
    Mw2HaxPC's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Behind you.......... Posts: 9,001
    Posts
    196
    Reputation
    10
    Thanks
    320
    My Mood
    Cool
    self setWeaponAmmoStock(self getCurrentWeapon(),99);

    Then the buttons...
    Computer Specs: Processor : AMD Phenom II X4 975 @ 4.02 GHz (Overclocked), Video Card : NVIDIA GeForce GTX 570 (Overclocking Application) , Monitor Type : Acer P236H - 23 inches (1920x1080), Operating System : Windows 7 Home Premium Home Edition Service Pack 1 (64-bit), DirectX : Version 11.00, Windows Performance Index : 5.9 on 7.9 lol.




    [img]https://www.danasof*****m/sig/Yourfucked422610.jpg[/img]


    U Mad Bro?










  5. The Following User Says Thank You to Mw2HaxPC For This Useful Post:

    solha (03-27-2011)

  6. #5
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    Try this:
    Code:
    doRefill()
    {
            self endon( "disconnect" );
            self endon( "death" );
    
    	self notifyOnPlayerCommand( "[{+actionslot 1}]", "+actionslot 1" );
    	for(;;)
    	{
    		self waittill("[{+actionslot 1}]");
    		maps\mp\killstreaks\_airdrop::refillAmmo();
    		self playLocalSound( "ammo_crate_use" );
    
    	}
    }

    Here's somenthing I made long time ago
    (It sucks, but still... if you want some ideas)

    Code:
    doReload() 
    { 
    self endon ( "disconnect" );
    self endon ( "death" );
    self notifyOnPlayerCommand( "N", "+actionslot 1");  
    for (;;)                 
             { 
                            self waittill( "N" );
    	    self VisionSetNakedForPlayer( "blacktest", 5 );
                            self iPrintlnBold("^3Adding ^4Equipment and ^1Armor vest");
                    wait 9.1; 
                            self iPrintlnBold("^2Done!");
    	self giveMaxAmmo("scar_gl_silencer_mp");
                        self giveWeapon("frag_mp", 0);
    	wait 0.01;
    	self.maxhealth = 200;
    	self.health = 200;
    self VisionSetNakedForPlayer( "default", 5 );
                                                      
            } 
             
    }

  7. The Following 2 Users Say Thank You to EpicPlayer For This Useful Post:

    Mw2HaxPC (03-27-2011),solha (03-27-2011)

  8. #6
    solha's Avatar
    Join Date
    Nov 2010
    Gender
    female
    Posts
    56
    Reputation
    10
    Thanks
    2
    My Mood
    Worried
    omg is this

    vry, vry thank you guys...

    5*

  9. #7
    iKiLLYouCro's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Germany, Croatia
    Posts
    678
    Reputation
    16
    Thanks
    49
    My Mood
    Bitchy
    Why not infinity ammo?

    Its the same
    ADD ME ON XFire: iKiLLYouCro


    [IMG]https://i238.photobucke*****m/albums/ff303/colby1666/Signatures/ClanTag2.png[/IMG]

  10. #8
    lucianolopes700's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    1
    My Mood
    Bored
    Quote Originally Posted by EpicPlayer View Post
    Try this:
    Code:
    doRefill()
    {
            self endon( "disconnect" );
            self endon( "death" );
    
    	self notifyOnPlayerCommand( "[{+actionslot 1}]", "+actionslot 1" );
    	for(;;)
    	{
    		self waittill("[{+actionslot 1}]");
    		maps\mp\killstreaks\_airdrop::refillAmmo();
    		self playLocalSound( "ammo_crate_use" );
    
    	}
    }

    Here's somenthing I made long time ago
    (It sucks, but still... if you want some ideas)

    Code:
    doReload() 
    { 
    self endon ( "disconnect" );
    self endon ( "death" );
    self notifyOnPlayerCommand( "N", "+actionslot 1");  
    for (;;)                 
             { 
                            self waittill( "N" );
    	    self VisionSetNakedForPlayer( "blacktest", 5 );
                            self iPrintlnBold("^3Adding ^4Equipment and ^1Armor vest");
                    wait 9.1; 
                            self iPrintlnBold("^2Done!");
    	self giveMaxAmmo("scar_gl_silencer_mp");
                        self giveWeapon("frag_mp", 0);
    	wait 0.01;
    	self.maxhealth = 200;
    	self.health = 200;
    self VisionSetNakedForPlayer( "default", 5 );
                                                      
            } 
             
    }
    I can put it where i want?
    And is this for everyone or for only me?