mirror of
https://github.com/redned70/Trader-Mod.git
synced 2024-08-30 16:52:16 +00:00
fixed missing Fox_Truck
This commit is contained in:
parent
9ae8cbbe1e
commit
2f5948c5f3
@ -39,6 +39,7 @@
|
|||||||
class Fox_LandCruiser3 { quality = 3; price = 25; };
|
class Fox_LandCruiser3 { quality = 3; price = 25; };
|
||||||
class Fox_LandCruiser2 { quality = 3; price = 26; };
|
class Fox_LandCruiser2 { quality = 3; price = 26; };
|
||||||
class Fox_Tahoe_Apocalypse { quality = 3; price = 27; };
|
class Fox_Tahoe_Apocalypse { quality = 3; price = 27; };
|
||||||
|
class Fox_Truck { quality = 3; price = 40000; };
|
||||||
class Fox_Pickup_Apocalypse { quality = 3; price = 28; };
|
class Fox_Pickup_Apocalypse { quality = 3; price = 28; };
|
||||||
class Fox_Pickup { quality = 3; price = 29; };
|
class Fox_Pickup { quality = 3; price = 29; };
|
||||||
class Fox_Pickup_Tow { quality = 3; price = 30; };
|
class Fox_Pickup_Tow { quality = 3; price = 30; };
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
"Fox_Pickup6S",
|
"Fox_Pickup6S",
|
||||||
"Fox_LandCruiserFox",
|
"Fox_LandCruiserFox",
|
||||||
"Fox_LandCruiser3",
|
"Fox_LandCruiser3",
|
||||||
"Fox_LandCruiser2"
|
"Fox_LandCruiser2",
|
||||||
|
"Fox_Truck"
|
||||||
};
|
};
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user