06.10.2017, 07:45
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.
2.
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:vehx, Float:vehy, Float:vehz;
GetVehiclePos(currentveh, vehx, vehy, vehz);
CreateExplosion(vehx, vehy, vehz, 12, 10.0);
PHP код:
new Float:vehx, Float:vehy, Float:vehz;
GetVehiclePos(currentveh, vehx, vehy, vehz);
CreateExplosion(vehx, vehy, vehz, 12, 10.0);
SetVehicleHealth(currentveh, 0.0);