Explosions - 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: Explosions (
/showthread.php?tid=175128)
Explosions -
Matej_ - 08.09.2010
What is a function to Destroy/Stop Explosion because I dont find it anywhere.
DestroyExplosion(....
Re: Explosions -
vection - 08.09.2010
If you mean when vehicle died you want its not blow up?
OnVehicleDeath(vehicleid)
{
DestroyVehicle(vehicleid);
}
Re: Explosions -
Matej_ - 08.09.2010
Quote:
Originally Posted by vection
If you mean when vehicle died you want its not blow up?
OnVehicleDeath(vehicleid)
{
DestroyVehicle(vehicleid);
}
|
No I just want to know how to destroy/stop explosion !
Re: Explosions -
Matej_ - 08.09.2010
Is there any function to Destroy/Stop the explosion ?
Re: Explosions -
Joe Staff - 08.09.2010
Nope.*****
Re: Explosions -
Nero_3D - 08.09.2010
And why you need it ? All explosions only take around one second and than its over