mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-06 23:27:24 +00:00
Basic pin feature
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user