Basic pin feature

This commit is contained in:
rogeraabbccdd
2024-07-02 17:27:08 +08:00
parent c3d2209a13
commit e6d935e16b
7 changed files with 51 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
using System.Collections.Concurrent;
using System.Collections.Concurrent;
using CounterStrikeSharp.API;
using CounterStrikeSharp.API.Core;
using CounterStrikeSharp.API.Modules.Commands;
@@ -40,6 +40,7 @@ namespace WeaponPaints
GivePlayerGloves(player);
GivePlayerAgent(player);
GivePlayerMusicKit(player);
GivePlayerPin(player);
RefreshWeapons(player);
}