public OnVehicleDeath(vehicleid, killerid)
{
new string[40],name[MAX_PLAYER_NAME];
GetPlayerName(killerid,name,sizeof(name));
format(string, sizeof(string), \"%s felrobbantotta %i jármûid-t.\", name, vehicleid);
SendClientMessageToAll(0xFFFFFFFF, string);
return 1;
}