02.05.2014, 08:35
I wonder if i can create some codes to explode the vehicle as soon as possible
new vID = GetPlayerVehicleID(playerid);
SetVehicleHealt(vID,0.0);
new Float:vx, Float:vy, Float:vz;
new vID = GetPlayerVehicleID(playerid);
GetVehiclePos(vID,vx,vy,vz);
CreateExplosion(vx, vy, vz, 12, 10.0); // 12 type of explosion and 10.0 radius