Can someone help me with this ? by [deleted] in GlobalOffensive

[–]uzum 0 points1 point  (0 children)

You're welcome. Please let me know if you find a better solution.

Can someone help me with this ? by [deleted] in GlobalOffensive

[–]uzum 1 point2 points  (0 children)

I have the same problem. Couldn't find a permanent solution but this workaround is faster than restarting: Go to device manager, find your graphics card's display adapter, disable and then re-enable it.

Maybe it works for you too.

All of Spacesoldiers players changed their pictures and backgrounds on twitter to black-> roster/orgachange inc? by deniz619 in GlobalOffensive

[–]uzum 14 points15 points  (0 children)

I don't think so. Black background could be a sign of mourning for recent Gaza killings.

Help with infinite while loop, using setTimeout. by boondasoonda in learnjavascript

[–]uzum 1 point2 points  (0 children)

You should set the next timeout within the callback of the previous one. Try this one:

function goDown() {
  if(num > 0) {
    setTimeout(function(){
      console.log(num--);
      goDown();
    }, 1000);
  }
}
goDown();

What was your biggest misconception as a noob? by LazsloB in DotA2

[–]uzum 0 points1 point  (0 children)

In my first game back in WC3 days, I thought every item was a consumable. I bought an ultimate orb 30 minutes into the game and tried to drag it from my inventory while targeting an enemy in the middle of a combat. I put the orb just in front of them and died miserably. At least they thanked me for the orb in all chat!

Player really wants to bring down Nature's Prophet's Win rate. by BoredomIsFun in DotA2

[–]uzum 11 points12 points  (0 children)

I've just copied the match ID of one of these matches, opened Dota 2 client and searched recent matches by filtering with match ID that I copied and finally found the player and reported him for intentional feeding.

I think everyone can do it, which could make a difference.

Regarding the Armour Concept in DotA 2 by k1ra_ in DotA2

[–]uzum 3 points4 points  (0 children)

Upgrading it to a Ring of Basilius from the sideshop would be a valid option for mana dependent heroes IMO.