SnowManOverDrive 0 Report post Posted December 20, 2017 Hello, I am trying to add this Mod Vehicle to my trader. Can someone help me with it. Adding it to the trader is not the problem. It is about having the right file selected which contains the vehicle. The mod is called: @SK-Mods BMW M3 E46. Share this post Link to post Share on other sites
0 NeverAgain 81 Report post Posted December 21, 2017 8 hours ago, SnowManOverDrive said: Hello, I am trying to add this Mod Vehicle to my trader. Can someone help me with it. Adding it to the trader is not the problem. It is about having the right file selected which contains the vehicle. The mod is called: @SK-Mods BMW M3 E46. Go to Arma editor and select virtual realiity,then you put vehicle from your mod and save vehicle classname to txt And here add your classname Config.cpp in your mpmission class CfgExileArsenal { class Exile_Uniform_BambiOverall { quality = 1; price = 1; sellPrice = 1; }; /////////////////////////////////////////////////////////////////////////////// // Civillian Clothing /////////////////////////////////////////////////////////////////////////////// class your vehicle class name { quality = 1; price = 20; }; And here: class Cars { name = "Cars"; icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa"; items[] = { "your vehicle classname" }; }; Share this post Link to post Share on other sites
0 SnowManOverDrive 0 Report post Posted December 21, 2017 Thank you it worked, guess i used the wrong vehicle name Share this post Link to post Share on other sites
Hello, I am trying to add this Mod Vehicle to my trader. Can someone help me with it. Adding it to the trader is not the problem. It is about having the right file selected which contains the vehicle.
The mod is called: @SK-Mods BMW M3 E46.
Share this post
Link to post
Share on other sites