How can I create this? - 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)
+--- Thread: How can I create this? (
/showthread.php?tid=353478)
How can I create this? -
tiernantheman - 23.06.2012
Hey guys I was just wondering how I would be able to create something like this.
http://www.sa-mp.com/stuff/03cPromo/FireParticles.gif in that picture you can see a house on fire. I wanna know how I can like make it so the fire has health like 280/280 and once you start extingushing it with your fire extingusher it will go down And the way it spawns in different locations like that. Like one at one side of the house and one at the other or the side of the house.
Re: How can I create this? -
tyler12 - 23.06.2012
CreateExplosion i suppose
Re: How can I create this? -
wpkchase - 23.06.2012
There's an example: CreateExplosion(-2144.9131,-180.2921,38.6913,2,100);
Re: How can I create this? -
nilanjay - 23.06.2012
This will help you
https://sampwiki.blast.hk/wiki/CreateExplosion
Re: How can I create this? -
tiernantheman - 23.06.2012
Quote:
Originally Posted by nilanjay
|
I don't want explosions, I want fires in a few different places with health of 500/500 when you get an extingusher and spray it it goes down slowly.