Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. need help with it is impossible to get 2 kill

need help with it is impossible to get 2 kill

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
1 Posts 1 Posters 41 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Duui YTundefined Offline
    Duui YTundefined Offline
    Duui YT
    wrote on last edited by Duui YT
    #1

    call on eattacker thread twokills(); in onplayerdamage with last Reached

    twokills()
    {
       self scorelimit - 2
       wait 1.5;
       self scorelimit   1 
      //now how can i make it only for wheN someone gets 2 kills 
    }
    
    onLastReached() 
    {
        self endon( "disconnect" );
        self endon( "cooldownSet" );
           
        for(;;) 
    	{
    	self freezeControls( true ); 
    	self iprintlnbold("^6you are on ^1Last ^5go for a ^2trickshot");
            wait 1.5;
            self freezeControls( false );
            self notify( "cooldownSet" );
    	}
    }  
    
    1 Reply Last reply
    0

    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Donate