05.05.2012, 18:48
If you want an explosion instantly you can just do this:
but if you wanted, you can create a bomb object (not sure of the ID) and use MoveObject to make it move to the ground.
pawn Код:
new Float:x, Float:y, Float:z;
GetVehiclePos(GetPlayerVehicleID(playerid), x, y, z);
MapAndreas_FindZ_For2DCoord(x, y, z);
CreateExplosion(x, y, z, type, radius);