10.04.2013, 10:05
This one:
Replace with:
And those lines:
Replace with:
https://sampwiki.blast.hk/wiki/CreateExplosion
pawn Код:
new carid = GetPlayerVehicleID(playerid);
pawn Код:
new carid = VehicleBombID[playerid];
pawn Код:
CreateExplosion(VehicleBombID,vehx,vehy,vehz,7,5);
CreateExplosion(VehicleBombID,vehx,vehy,vehz,5,5);
CreateExplosion(VehicleBombID,vehx,vehy,vehz,6,5);
CreateExplosion(VehicleBombID,vehx,vehy,vehz,4,5);
pawn Код:
CreateExplosion(vehx,vehy,vehz,7,5);
CreateExplosion(vehx,vehy,vehz,5,5);
CreateExplosion(vehx,vehy,vehz,6,5);
CreateExplosion(vehx,vehy,vehz,4,5);