available from text:
vehicle, slot, component
"DELETE FROM `tunning` WHERE `tunning`.`id` = @id LIMIT 1"
change code
"DELETE FROM `tunning` WHERE 'vehicle' = @id LIMIT 1"
This will delete the first component for the given vehicle id.
public void RemoveTunningEvent(Client player, int id)
Never used in preview code