mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
34 lines
814 B
C++
34 lines
814 B
C++
class FriendlyTrucksUnarmed {
|
|
tid = 535;
|
|
class hilux1_civil_3_open_EP1 {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {8,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
class datsun1_civil_3_open {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {8,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
class hilux1_civil_1_open {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {8,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
class datsun1_civil_2_covered {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {8,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
class datsun1_civil_1_open {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {8,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
class hilux1_civil_2_covered {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {8,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
};
|