Search results

  1. muzzel

    "New" TH design template - why?

    I always wanted to ask why the style of this website was changed into this incredibly annoying ~400px fixed-width shit. I know its been there for quite some time but after it was changed i didnt bother logging in anymore because i found it impossible to work with the new website, so im asking...
  2. muzzel

    [ZinC] Stub methods?

    Hello, im trying to use stub methods in ZinC, just like in vJass, but they just wont work. Im not sure whether ZinC just doesnt support them (quite unlikely) or the keyword is different / im using it the wrong way. Here is my test code: //! zinc library Test { struct A { stub method...
  3. muzzel

    Need help with Creep Revival System

    I created a creep revivel system for an orpg which revives dying creeps at the spot where they originally were placed, but im not sure whether its performant and doesnt cause laggs or something else. The Idea: Save the positions of the creeps in an array and save the index as customvalue. After...
Top