02.08.2010, 22:11
Unsure if it will work, but try:
pawn Код:
public OnVehicleDeath(vehicleid, killerid)
{
DestroyVehicle(vehicleid);
return 1;
}