diff --git a/Commands.cs b/Commands.cs index 60cf86ce..de71a884 100644 --- a/Commands.cs +++ b/Commands.cs @@ -538,6 +538,11 @@ public partial class WeaponPaints AddTimer(2.0f, () => _playerWeaponImage.Remove(player.Slot), CounterStrikeSharp.API.Modules.Timers.TimerFlags.STOP_ON_MAPCHANGE); } + if (!string.IsNullOrEmpty(Localizer["wp_glove_menu_select"])) + { + player.Print(Localizer["wp_glove_menu_select", selectedPaintName]); + } + PlayerInfo playerInfo = new PlayerInfo { UserId = player.UserId,