mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-04-28 11:46:25 +00:00
fix(gloves): print selected gloves
This commit is contained in:
@@ -538,6 +538,11 @@ public partial class WeaponPaints
|
|||||||
AddTimer(2.0f, () => _playerWeaponImage.Remove(player.Slot), CounterStrikeSharp.API.Modules.Timers.TimerFlags.STOP_ON_MAPCHANGE);
|
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
|
PlayerInfo playerInfo = new PlayerInfo
|
||||||
{
|
{
|
||||||
UserId = player.UserId,
|
UserId = player.UserId,
|
||||||
|
|||||||
Reference in New Issue
Block a user