Welcome to this tutorial which will allow you to remove the possibility of selling your vehicle in the garage.
This tutorial follows the request for help from
Laurent KITTEN .
This tutorial follows the request for help from

Let's go !
To do this, you just have to go in your impound.hpp file and delete these lines :
Code:
class SellCar: Life_RscButtonMenu {
idc = -1;
text = "$STR_Global_Sell";
onButtonClick = "[] call life_fnc_sellGarage; closeDialog 0;";
x = 0.26 + (6.25 / 40) + (1 / 250 / (safezoneW / safezoneH));
y = 0.9 - (1 / 25);
w = (6.25 / 40);
h = (1 / 25);
};
That's it!
If you have any problem, create a help request on the forum
Sincerely,
Forum Moderator - Bugz