Custom CreateExplosion? - 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: Discussion (
https://sampforum.blast.hk/forumdisplay.php?fid=84)
+---- Thread: Custom CreateExplosion? (
/showthread.php?tid=364746)
Custom CreateExplosion? -
RelaxCafe - 31.07.2012
I have no idea why, but I created a similar topic and it was removed, anyways. Could anyone create a custom object that will look like an explosion, like the real in-game explosion(if you use the current object of the explosion, it will crash your game)? That way we don't have to suffer using limited explosions which are seen in any world and affect players in any virtual world. Now the thing is that I can not create a custom object. I might handle the trigonometry part, the pushing and the health being lowered etc. So anyone?
Re: Custom CreateExplosion? -
Mauzen - 31.07.2012
Take a look at the explosive include in my signature, I created quite exactly what you are looking for

I had a version with blast physics, too, but somehow I never uploaded it.
Re: Custom CreateExplosion? -
RelaxCafe - 31.07.2012
Quote:
Originally Posted by Mauzen
Take a look at the explosive include in my signature, I created quite exactly what you are looking for 
I had a version with blast physics, too, but somehow I never uploaded it.
|
Oy, mate... Now, what is so different from these explosions? Are these the ones that create fire?
if(type == 1 || type == 2 || type == 4) CreateExplosion(x, y, z, 13, 0.0);
BTW, got anymore of that free hosting stuff?
Re: Custom CreateExplosion? -
MP2 - 31.07.2012
https://sampwiki.blast.hk/wiki/Explosion_List
Re: Custom CreateExplosion? -
Mauzen - 31.07.2012
Quote:
Originally Posted by RelaxCafe
Oy, mate... Now, what is so different from these explosions? Are these the ones that create fire?
if(type == 1 || type == 2 || type == 4) CreateExplosion(x, y, z, 13, 0.0);
BTW, got anymore of that free hosting stuff?
|
Thats the burnt black spot on the ground that some explosions leave. As it causes no damage and no other effects I just used the explosion there instead of an object.