mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Update cargocheck.sqf
Proposal to change TitleText to the more commonly used cutText to prevent text overlapping.
This commit is contained in:
@@ -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"];
|
||||||
|
|||||||
Reference in New Issue
Block a user