Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rank position bug #7

Open
Owned67 opened this issue Nov 10, 2012 · 3 comments
Open

Rank position bug #7

Owned67 opened this issue Nov 10, 2012 · 3 comments
Assignees
Labels

Comments

@Owned67
Copy link

Owned67 commented Nov 10, 2012

[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...

@ghost ghost assigned muukis Nov 12, 2012
@muukis
Copy link
Owner

muukis commented Nov 12, 2012

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

@lastmac
Copy link

lastmac commented Nov 12, 2012

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
[email protected]:

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//issues/7#issuecomment-10279647.

@Owned67
Copy link
Author

Owned67 commented Dec 29, 2012

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants