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

Plutonium

JMDundefined

JMD

@JMD
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Plutonium MW3: Killstreak, Gunstreak and Moab Counter
    JMDundefined JMD

    fix for the resetOnDeath method. I'm not allowed to edit my post for some reason.

    resetOnDeath() {
      self endon("disconnect");
    
      for (;;) {
        self waittill("death");
        		
        wait 2;
        		
        self.killStreak setValue(0);
        self.gunStreak setValue(0);
        self.moabAdded = false;
      }
    }
    
    MW3 Modding Releases & Resources
  • 1 / 1
  • Login

  • Don't have an account? Register

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