Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- crateClassnames[] =
- {
- "CargoNet_01_box_F",
- "Exile_Container_SupplyBox",
- "I_CargoNet_01_ammo_F",
- "O_CargoNet_01_ammo_F",
- "B_CargoNet_01_ammo_F",
- "I_supplyCrate_F",
- "O_supplyCrate_F",
- "B_supplyCrate_F",
- "C_supplyCrate_F",
- "IG_supplyCrate_F",
- "Box_NATO_AmmoVeh_F",
- "Box_East_AmmoVeh_F",
- "Box_IND_AmmoVeh_F",
- "I_CargoNET_01_F",
- "O_CargoNET_01_F",
- "B_CargoNET_01_F",
- "Land_CargoBox_V1_F",
- "ASC_B_box",
- "Box_NATO_Wps_F",
- "Box_East_Wps_F",
- "Box_IND_Wps_F",
- "Box_East_WpsLaunch_F",
- "Box_NATO_WpsLaunch_F",
- "Box_IND_WpsLaunch_F",
- "Box_IND_WpsSpecial_F",
- "Box_East_WpsSpecial_F",
- "Box_NATO_WpsSpecial_F",
- "Box_NATO_Wps_F",
- "Box_East_Wps_F",
- "Box_IND_Wps_F",
- "Box_East_WpsLaunch_F",
- "Box_NATO_WpsLaunch_F",
- "Box_IND_WpsLaunch_F",
- "Box_IND_WpsSpecial_F",
- "Box_East_WpsSpecial_F",
- "Box_NATO_WpsSpecial_F",
- "Box_NATO_AmmoOrd_F",
- "Box_East_AmmoOrd_F",
- "Box_IND_AmmoOrd_F",
- "Box_NATO_Grenades_F",
- "Box_East_Grenades_F",
- "Box_IND_Grenades_F",
- "Box_NATO_Ammo_F",
- "Box_East_Ammo_F",
- "Box_IND_Ammo_F",
- "Box_IND_Support_F",
- "Box_East_Support_F",
- "Box_NATO_Support_F"
- };
- //factor defines the difference between crate sales price of * items.
- crateSellFactor = 0.2;
- //Spawn bought things from vehicle / air trader at an object
- spawnAtLocation = false;
- //Object that the trader will search for to spawn the vehicle at.
- spawnAtLocationSearchTypes[] = {"Land_HelipadEmpty_F"};
- spawnAtLocationAir = false;
- spawnAtLocationAirSearchTypes[] = {"Land_HelipadEmpty_F"};
- spawnAtLocationSea = false;
- spawnAtLocationSeaSearchTypes[] = {"Land_HelipadEmpty_F"};
- //Quality colors, Hex is supported.
- //NO # FOR HEX
- qualityColors[] =
- {
- "ffffff", //0 //White, default quality
- "ffffff", //1 (Default Exile has 0 and 1 as white.)
- {0.62, 0.87 ,0.23, 1}, //2
- {0, 0.78, 0.92, 1}, //3
- {0.62, 0.27, 0.58, 1}, //4
- {1, 0.7, 0.09, 1}, //5
- {0.93, 0, 0.48, 1} //6
- };
- //Maximum quantity for items to be purchased at once.
- purchaseMax = 10; //Maximum of 10 items purchased at once.
- //Display items that do not have enough respect with ???
- displayNotEnoughRespect = true;
- //Display text for not enough respect
- displayNotEnoughRespectText = "???";
- //extDB3
- isUsingExtDB3 = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement