Skip to content

Commit

Permalink
added weapon info US
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Oct 31, 2015
1 parent e52d80a commit b476529
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spawn/gui/addPublicVariableEventhandler.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ fillUSSupplies = {
clearBackpackCargoGlobal (_this select 0);
clearMagazineCargoGlobal (_this select 0);
},
format['%1<br/>%2<br/>%3<br/>%4<br/>%5','Crew: 1','Seats: 3','Speed: 109','','']
format['%1<br/>%2<br/>%3<br/>%4<br/>%5<br/>%6','Crew: 1','Seats: 3','Speed: 109','','Weapons:','100x6 7.62']
],
[
m113_m2,
Expand Down Expand Up @@ -350,7 +350,7 @@ fillUSSupplies = {
clearMagazineCargoGlobal (_this select 0);
(_this select 0) setVehicleAmmo 0.4;
},
format['%1<br/>%2<br/>%3<br/>%4<br/>%5','Crew: 3','Seats: 13','Speed: 295','','']
format['%1<br/>%2<br/>%3<br/>%4<br/>%5<br/>%6','Crew: 3','Seats: 13','Speed: 295','','Weapons:','2x2000 7.62']
]
];

Expand Down
2 changes: 1 addition & 1 deletion spawn/gui/refreshRussianUI.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ refreshRussianUI = {
_vehicleEta = _this select 6;


waitUntil {dialog};


//_disabledButtons = [[1501,1502,1503,1504],_array] call checkForDisabledButtons;

Expand Down
2 changes: 1 addition & 1 deletion spawn/gui/refreshUSUI.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ refreshUSUI = {
_vehicleCalls = _this select 5;
_vehicleEta = _this select 6;

waitUntil {dialog};



//_disabledButtons = [[3501,3502,3503,3504],_array] call checkForDisabledButtons;
Expand Down

0 comments on commit b476529

Please sign in to comment.