Bombing vehicles
#6

This one:
pawn Код:
new carid = GetPlayerVehicleID(playerid);
Replace with:
pawn Код:
new carid = VehicleBombID[playerid];
And those lines:
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);
Replace with:
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);
https://sampwiki.blast.hk/wiki/CreateExplosion
Reply


Messages In This Thread
Bombing vehicles - by Face9000 - 10.04.2013, 09:10
Re: Bombing vehicles - by Riddick94 - 10.04.2013, 09:27
Re: Bombing vehicles - by Face9000 - 10.04.2013, 09:43
Re: Bombing vehicles - by Riddick94 - 10.04.2013, 09:51
Re: Bombing vehicles - by Face9000 - 10.04.2013, 10:00
Re: Bombing vehicles - by Riddick94 - 10.04.2013, 10:05
Re: Bombing vehicles - by Djole1337 - 10.04.2013, 10:06
Re: Bombing vehicles - by Face9000 - 10.04.2013, 10:11

Forum Jump:


Users browsing this thread: 2 Guest(s)