Vehicle Explosion Question #1
#1

I have one question.
Is it possible to explode player vehicle without burning fire?
Searching this for long time and i didn't found anything.Yes i know, i need to set vehicle health under 250 to get vehicle fire and explosion, but vehicle explode after some seconds and if player survive he can run away from vehicle.
I tried everything but there is no hope.
Also vehicle explode 2 times with these examples.

Example:
1.
PHP код:
new Float:vehxFloat:vehyFloat:vehz;
GetVehiclePos(currentvehvehxvehyvehz);
CreateExplosion(vehxvehyvehz1210.0); 
2.
PHP код:
new Float:vehxFloat:vehyFloat:vehz;
GetVehiclePos(currentvehvehxvehyvehz);
CreateExplosion(vehxvehyvehz1210.0);
SetVehicleHealth(currentveh0.0); 
Reply
#2

It's not possible.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)