You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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...
The text was updated successfully, but these errors were encountered:
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.
[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...
The text was updated successfully, but these errors were encountered: