Explode Everything
#1

Hi, I would love to make a function that explodes every X, Y and Z coцrdinate, so it will destroy everything. But I really don't know how to make that, and I think this isn't gonna to work fine:
pawn Код:
stock ExplodeEverything()
{
    for(new X = -3000; X < 3000); X++)
    {
        for(new Y = -3000; Y < 3000); Y++)
        {
            for(new Z = -1000; Z < 1000); Z++)
            {
                CreateExplosion(X, Y, Z, 6, 20.0);
            }
        }
    }
}
Maybe there is someone with a idea or solution?
Reply


Messages In This Thread
Explode Everything - by Remi-X - 03.08.2009, 23:06
Re: Explode Everything - by saiberfun - 03.08.2009, 23:20
Re: Explode Everything - by Remi-X - 03.08.2009, 23:29
Re: Explode Everything - by yezizhu - 03.08.2009, 23:32
Re: Explode Everything - by Remi-X - 04.08.2009, 00:04
Re: Explode Everything - by yezizhu - 04.08.2009, 00:25
Re: Explode Everything - by Remi-X - 04.08.2009, 00:29
Re: Explode Everything - by yezizhu - 04.08.2009, 01:02
Re: Explode Everything - by tturvas - 04.08.2009, 01:22
Re: Explode Everything - by Remi-X - 04.08.2009, 07:30

Forum Jump:


Users browsing this thread: 2 Guest(s)