English Remove the possibility of selling your vehicle in the garage

  • Auteur de la discussion Auteur de la discussion Bugz
  • Date de début Date de début

Bugz

User
29/12/19
98
4
6
950
Avignon, Vaucluse, France
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 Laurent KITTEN .

Let's go !

To do this, you just have to go in your impound.hpp file and delete these lines :

Code:
Développer Réduire Copier
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
 
Activité
Pour l'instant, il n'y a personne ici