Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
btr70, more boats blufor, LR HQs blufor
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Aug 1, 2016
1 parent 981f2ae commit 6bd8937
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 20 deletions.
2 changes: 1 addition & 1 deletion grad_buymenu/buymenu_init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ if (hasInterface) then {
_canBuy = [];
if (playerSide == east) then {
switch (rank player) do {
case "CAPTAIN": { _canBuy = ['scooter', 'car', 'truck', 'uaz_dshkm', 'uaz_spg9', 'brdm', 'gaz66']; };
case "CAPTAIN": { _canBuy = ['scooter', 'car', 'truck', 'uaz_dshkm', 'uaz_spg9', 'btr70', 'gaz66']; };
default { _canBuy = ['scooter', 'car']; };
};
};
Expand Down
4 changes: 2 additions & 2 deletions grad_buymenu/definitions/suppliesBlufor.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
_boat = [
["I_C_Boat_Transport_02_F"],
[],
14,
30,
100,
1,
[],
Expand All @@ -28,7 +28,7 @@ _boat = [
_car = [
["B_T_LSV_01_unarmed_F"],
[],
12,
20,
200,
1,
[],
Expand Down
6 changes: 3 additions & 3 deletions grad_buymenu/definitions/suppliesOpfor.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ _x = [
suppliesOpfor setVariable ['uaz_spg9', _x, true];

_x = [
["rhsgref_BRDM2_ins_g"],
["rhsgref_nat_btr70"],
[],
3,
1500,
1,
["light_hide", 1],
[],
{
clearWeaponCargoGlobal (_this select 0);
clearItemCargoGlobal (_this select 0);
Expand All @@ -139,7 +139,7 @@ _x = [
2,
0
];
suppliesOpfor setVariable ['brdm', _x, true];
suppliesOpfor setVariable ['btr70', _x, true];

_x = [
["rhsgref_cdf_gaz66_zu23"],
Expand Down
2 changes: 1 addition & 1 deletion grad_buymenu/vehicle_list.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ C_Offroad_02_unarmed_F // random civilian car
rhsgref_cdf_reg_uaz_spg9 // SPG9 UAZ
rhsgref_cdf_reg_uaz_dshkm // DSHKM UAZ
rhs_gaz66_zu23_vmf // ZU23 on truck
rhsgref_BRDM2_ins_g // BRDM2 MG
btr70 // BTR70


// blufor
Expand Down
Loading

0 comments on commit 6bd8937

Please sign in to comment.