Immediately vehicle explosion
#1

I've got some script with planting bomb and the problem is with blowing the vehicle. This is the PAWN code:

Код:
				new Float:pos[3];
				GetVehiclePos(vehicleid, pos[0], pos[1], pos[2]);
				CreateExplosion(pos[0], pos[1], pos[2], 0, 5);
				SetVehicleHealth(vehicleid, -1);
Everything works good, but the real blow is after some time. I want to blow this car immediately. This allows player to run.

If you don't understand, I can create video.
Reply


Messages In This Thread
Immediately vehicle explosion - by ziomal432 - 10.04.2010, 20:41
Re: Immediately vehicle explosion - by ¤Adas¤ - 10.04.2010, 20:49
Re: Immediately vehicle explosion - by ziomal432 - 10.04.2010, 20:51
Re: Immediately vehicle explosion - by ¤Adas¤ - 10.04.2010, 21:13
Re: Immediately vehicle explosion - by ziomal432 - 11.04.2010, 07:55
Re: Immediately vehicle explosion - by Dark_Kostas - 11.04.2010, 08:01
Re: Immediately vehicle explosion - by ziomal432 - 11.04.2010, 08:06

Forum Jump:


Users browsing this thread: 1 Guest(s)