1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("projectile","dx.projectiless") function dx.projectiless(id,weapon,x,y) 	if (weapon==76) then 		timer(1000,"parse","explosion "..x.." "..y.." 320 1500 ") 		timer(2000,"parse","explosion "..x.." "..y.." 320 1500 ") 		timer(3000,"parse","explosion "..x.." "..y.." 320 1500 ") 		timer(4000,"parse","explosion "..x.." "..y.." 320 1500 ") 	end