Update cargocheck.sqf

Proposal to change TitleText to the more commonly used cutText to prevent text overlapping.
This commit is contained in:
SilvDev
2014-02-16 20:14:44 +00:00
parent 407741b7dd
commit f05adb95da

View File

@@ -30,4 +30,4 @@ _weaponsCount = (_weaponsCount_raw select 1) call vehicle_gear_count;
// Count and show weapons available space // Count and show weapons available space
_backpackCount = (_backpackCount_raw select 1) call vehicle_gear_count; _backpackCount = (_backpackCount_raw select 1) call vehicle_gear_count;
TitleText [format[(localize "str_epoch_player_1"),_magazineCount,_maxMagazines,_weaponsCount,_maxWeapons,_backpackCount,_maxBackpacks], "PLAIN DOWN"]; cutText [format[(localize "str_epoch_player_1"),_magazineCount,_maxMagazines,_weaponsCount,_maxWeapons,_backpackCount,_maxBackpacks], "PLAIN DOWN"];