mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 15:48:05 -05:00
Encounter: reset scoreboard stats on team change
This commit is contained in:
@ -497,6 +497,14 @@ set_team(team)
|
|||||||
|
|
||||||
self [[level.givecustomcharacters]]();
|
self [[level.givecustomcharacters]]();
|
||||||
|
|
||||||
|
self.kills = 0;
|
||||||
|
self.headshots = 0;
|
||||||
|
self.downs = 0;
|
||||||
|
self.revives = 0;
|
||||||
|
self.killsconfirmed = 0;
|
||||||
|
self.killsdenied = 0;
|
||||||
|
self.captures = 0;
|
||||||
|
|
||||||
if (isDefined(self.head_icon))
|
if (isDefined(self.head_icon))
|
||||||
{
|
{
|
||||||
self.head_icon destroy();
|
self.head_icon destroy();
|
||||||
|
Reference in New Issue
Block a user