SA-MP Forums Archive
[FilterScript] Explosion to object - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Explosion to object (/showthread.php?tid=162944)



Explosion to object - erdei18 - 25.07.2010

does anyone know how can i add explosion to an object which is moving up and down by script? i want to add explosion / sec


Re: Explosion to object - ViruZZzZ_ChiLLL - 25.07.2010

Wrong Section, please ask in this Section :
http://forum.sa-mp.com/forumdisplay.php?f=12


Re: Explosion to object - Mauzen - 25.07.2010

Set up a timer when creating the object (https://sampwiki.blast.hk/wiki/SetTimerEx) and give the objectid as parameter

in the called function, get the position of the object (for this you need to pass the id). Then create a explosion at that position (https://sampwiki.blast.hk/wiki/CreateExplosion)

Edit: sorry, just thought this would be in Scripting Discussion...


Re: Explosion to object - Shadow™ - 26.07.2010

... It is in the Scripting Discussion, he closed it after it was solved.