mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-05-19 13:41:55 +00:00
added pins and stattrak
pins only from website / database: no command now stattrak enabling only from website / database: no command now
This commit is contained in:
@@ -37,6 +37,10 @@ namespace WeaponPaints
|
||||
|
||||
GivePlayerGloves(player);
|
||||
RefreshWeapons(player);
|
||||
GivePlayerAgent(player);
|
||||
GivePlayerMusicKit(player);
|
||||
AddTimer(0.1f, () => GivePlayerPin(player));
|
||||
AddTimer(0.15f, () => GivePlayerPin(player));
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(Localizer["wp_command_refresh_done"]))
|
||||
|
||||
Reference in New Issue
Block a user