10.02.2010, 20:51
Quote:
Originally Posted by bartje01
Thanks. But I want to have it really massive. Really really realllllyyyyy massive.
And yes notime:P Your firework script is just the best I saw |
try something like this:
Код:
CreateExplosion(X,Y,Z, 7, 100); CreateExplosion(X+3,Y,Z, 12, 1000); CreateExplosion(X-3,Y,Z, 12, 1000); CreateExplosion(X+3,Y+3,Z, 12, 1000); CreateExplosion(X+3,Y-1,Z, 12, 1000); CreateExplosion(X-3,Y+3,Z, 12, 1000); CreateExplosion(X-3,Y-3,Z, 12, 1000);