07.04.2019, 09:04
Try use this
Quote:
new Float, Float:y, Float:z; GetVehiclePos(vehicleid, x, y, z); GetVehicleHealth(vehicleid, health) if(health == 0) { CreateExplosion(x, y, z, 2, 10.0); } |