Is there a way to make when spawned car explode to dont respawn ?
#1

I want when i explode a spawned car, to dont respawn, just dissapear
Reply
#2

https://sampwiki.blast.hk/wiki/DestroyVehicle
Reply
#3

But i want when car explode to be destroyed....
Reply
#4

You cannot detect if a vehicle was exploded, but if it died instead. So OnVehicleDeath, destroy it.
Reply
#5

I made veh spawner FS and i want when player spawn his veh from my veh spawner FS and the car explode, the car dont respawn again....
Reply
#6

pawn Код:
OnVehicleDeath(vehicleid, killerid)
{
    DestroyVehicle(vehicleid);
    return 1;
}
Damn:
Код:
This forum requires that you wait 120 seconds between posts. Please try again in 1 seconds.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)