Explosion with Fire
#1

Hi i made a explosion with

CreateExplosion(x,y,z,7,1000.0);

But now i also want a fire after that explosion, but how i can make this? I searched other explosions with fire and combined them but you only see the biggest one the type 7!
Reply
#2

You only see type 7 because you have type seven in your code.

pawn Код:
CreateExplosion(Float:X, Float:Y, Float:Z, type, Float:radius);
Float:X The X-coordinate where the explosion will happen.
Float:Y The Y-coordinate where the explosion will happen.
Float:Z The Z-coordinate where the explosion will happen.
type The type of explosion.
Float:radius The explosion radius.

Type 4 and 5 is the only ones that splits.

Quote:
Originally Posted by TehWiki >_>
Type | Visible | Splits | Range
4 Yes Yes Normal
5 Yes Yes Normal
Reply
#3

Yes i know i made it with 5 explosions with type 4 and 5 but every time i see only 7 because it is too big

How i can make fire?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)