• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Car Respawn
#1
Heyo,



qick question:?does anyone know how i can destroy a car after it explode??So that it wont respawn. ??



greetz,

dondo!
  Reply
#2
Code:
public OnVehicleDeath(vehicleid, killerid)
{
    DestroyVehicle(vehicleid);
    return 1;
}
  Reply


Forum Jump: