- Possibility to change menu type by config

`MenuType:`
- selectable (each player can change menu type by command css_menus)
- dynamic (center + keys)
- center (center + chat)
- chat
- console
This commit is contained in:
Dawid Bepierszcz
2024-10-24 14:14:10 +02:00
parent f7f18b7919
commit 573604a9d9
6 changed files with 39 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ public partial class WeaponPaints : BasePlugin, IPluginConfig<WeaponPaintsConfig
public override string ModuleAuthor => "Nereziel & daffyy";
public override string ModuleDescription => "Skin, gloves, agents and knife selector, standalone and web-based";
public override string ModuleName => "WeaponPaints";
public override string ModuleVersion => "3.0c";
public override string ModuleVersion => "3.1a";
public override void Load(bool hotReload)
{