muukis / l4dstats

SourceMod plugin (Custom Player Stats) for collecting statistics and creating player ranking in Left 4 Dead and Left 4 Dead 2 games
https://forums.alliedmods.net/showthread.php?t=115965
17 stars 9 forks source link

Rank position bug #7

Open Owned67 opened 12 years ago

Owned67 commented 12 years ago

[QUOTE]StatsPrintToChat(client, "You've \x04%s \x01rank for \x04%i position%s\x01! \x05(Rank: %i)", Label, RankChange, (RankChange > 1 ? "s" : ""), RankChangeLastRank[client]);[/QUOTE]It's not correct in game....

Actual > 1er me and in game : [CODE]You've GAINED rank for 1 position! (Rank: 0)[/CODE]when the player is first in the standings, there is a problem, it indicates the ranking 0 then it is first, it is not very fair...

muukis commented 12 years ago

I don't know what you mean, other than that the (Rank 0) is not quite right. I'll check the code.

lastmac commented 12 years ago

I think what he means is that you will get the message: "You've improved 1 Rank, New Rank:0" (This or similar to it, I don't know the exact phrasing) It happens from time to time if you are on position 1 already.

On Mon, Nov 12, 2012 at 9:09 AM, Mikko Andersson notifications@github.comwrote:

I don't know what you mean, other than that the (Rank 0) is not quite right. I'll check the code.

— Reply to this email directly or view it on GitHubhttps://github.com/muukis/l4dstats/issues/7#issuecomment-10279647.

Owned67 commented 11 years ago

The plugin said I won a place: You've Gained rank for one position! (Rank: 0)

but before this message, I'm already the first and it shows 0 and not 1 (which is my ranking)