Jump to content
  • 0

Trader tids


Dodgyuk

Question

Hi looking at adding vehicle ammo to my black market trader I think I've got most of it covered apart from the tids is it as easy as making up a new tid in my configure trader or is there 1 already for epoch looked extensively but found nothin to confirm my query

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

I am using config trader want to add vehical ammo to it

my NeutralVehicleAmmo.hpp looks like this

class Category_800 {


    class 100Rnd_127x99_M2 {
        type = "trade_items";
        buy[] = {3,"ItemGoldBar10oz"};
        sell[] = {8,"ItemGoldBar"};
    };
    class 100Rnd_762x51_M240 {
        type = "trade_items";
        buy[] = {2,"ItemGoldBar"};
        sell[] = {5,"ItemSilverBar10oz"};
    };
    class 48Rnd_40mm_MK19 {
        type = "trade_items";
        buy[] = {3,"ItemGoldBar10oz"};
        sell[] = {8,"ItemGoldBar"};
    };
    class 50Rnd_1227x107_DSHKM {
        type = "trade_items";
        buy[] = {3,"ItemGoldBar10oz"};
        sell[] = {8,"ItemGoldBar"};
    };
        class 200Rnd_762x51_M134 {
        type = "trade_items";
        buy[] = {4,"ItemGoldBar10oz"};
        sell[] = {8,"ItemGoldBar"};
    };
            class 29Rnd_30mm_AGS30 {
        type = "trade_items";
        buy[] = {3,"ItemGoldBar10oz"};
        sell[] = {8,"ItemGoldBar"};
    };
    class 100Rnd_762x54_PK {
        type = "trade_items";
        buy[] = {2,"ItemGoldBar"};
        sell[] = {1,"ItemGoldBar"};
    };
};

in my server_traders.sqf i added to the black market seler

 

// Black market
menu_GUE_Woodlander2 = [
    [["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529],["Vehicle Ammo",800]],
    [],
    "neutral"
];

when i go up to the trader i now get the tab vehicle ammo but nothing is showing inside where have i gone wrong?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...