stickers, charms, nametag

This commit is contained in:
StefanX
2024-10-18 19:48:42 +03:00
parent b6cac17197
commit c55a40ecb1
7 changed files with 225 additions and 18 deletions

View File

@@ -89,6 +89,8 @@ namespace WeaponPaints
g_playersMusic.TryRemove(player.Slot, out _);
}
temporaryPlayerWeaponWear.TryRemove(player.Slot, out _);
commandsCooldown.Remove(player.Slot);
return HookResult.Continue;