Object destroy - 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: Object destroy (
/showthread.php?tid=615371)
Object destroy -
Hunud - 21.08.2016
Ok well, Im created a bomb system which should explode during some time!
idk how to make this if i have gate object a bomb explode near this object,this gate should be destroyed and after some seconds gate should be there again
Re: Object destroy - WhiteGhost - 21.08.2016
Wait what?
Well set a timer and createexplosion. destroy the gate object if its create via CreateObject(); and set a timer to recreate the gate.