Rephrase point message at round end

master
David Vogel 6 years ago
parent 01f917091d
commit 34d35ea711

@ -167,7 +167,7 @@ hook.Add("PostEndRound", "pointsave_givedapoints", function(winner)
if pointsToGivePly > 0 then
ply:PrintMessage(HUD_PRINTTALK, "In the end, you gained additional "..(pointsToGivePly).." points!")
elseif pointsToGivePly < 0 then
ply:PrintMessage(HUD_PRINTTALK, "You lost "..(-pointsToGivePly).." points this round!")
ply:PrintMessage(HUD_PRINTTALK, ""..(-pointsToGivePly).." points will be retracted from you this round!")
end
end

Loading…
Cancel
Save