Explosion with Fire - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Explosion with Fire (
/showthread.php?tid=131003)
Explosion with Fire -
Master_FM - 01.03.2010
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!
Re: Explosion with Fire -
bajskorv123 - 01.03.2010
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
|
Re: Explosion with Fire -
Master_FM - 01.03.2010
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?