diff --git a/tfortmap.qc b/tfortmap.qc index 90f4caf..7b7808b 100644 --- a/tfortmap.qc +++ b/tfortmap.qc @@ -1055,6 +1055,8 @@ void(entity Goal, entity Player, entity AP, float addb) Apply_Results = Player.lives = Player.lives + Goal.lives; + RPrint("Giving " + ftos(Goal.frags) + " frags to " + Player.netname +" from goal " + Goal.netname + ".\n"); + Player.real_frags = Player.real_frags + Goal.frags; if (!(toggleflags & TFLAG_TEAMFRAGS)) Player.frags = Player.real_frags; diff --git a/tforttm.qc b/tforttm.qc index af8fbc2..df0bf27 100644 --- a/tforttm.qc +++ b/tforttm.qc @@ -612,6 +612,7 @@ void(float tno, float scoretoadd) TeamFortress_TeamIncreaseScore = // If TeamFrags is on, update all the team's player's frags. if (toggleflags & TFLAG_TEAMFRAGS) { + RPrint ("Teamfrags is on!\n"); e = find(NIL, classname, "player"); while (e) {