12.01.2012, 21:54
YOur seriously asking this question?
If you dont want all cars deleted make exceptions
pawn Код:
OnVehicleDeath(...)
{
DestroyVehicle(vehicleid);
return 1;
}