Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "Timer.Rankings"
- {
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Command Definitions
- //- You can define your own commands here to access plugin features (up to 32 different commands).
- //- Commands that are prefixed with "sm_" will automatically generate ! and / versions.
- //- Each command must be defined one of the actions below:
- //- Actions:
- // - 0: Show Cookie Menu (Requires timer_ranks_display_method == -1)
- // - 1: Show Top Players (Obeys timer_ranks_limit_top_players)
- // - 2: Show Current Rank (Obeys timer_ranks_global_messages)
- // - 3: Show Rank Positions
- // - 4: Show Map Worth
- "Commands"
- {
- "sm_rankmenu" "0"
- "rankmenu" "0"
- "sm_top10" "1"
- "top10" "1"
- "sm_rank" "2"
- "rank" "2"
- "sm_ranks" "3"
- "ranks" "3"
- "sm_points" "4"
- "points" "4"
- }
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Special Loading Definition
- //- This entry is used whenever a client's data has not loaded from the server.
- //- Do not change the "Loading" entry, or delete it, as it'll break things. If you do not want
- // to utilize this feature, set values for "tag", "chat", and "text" to ""
- "Loading"
- {
- "tag" "[Loading]"
- "chat" ""
- "text" ""
- }
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Rank Position Definition
- //- These entries obey the ConVar timer_ranks_position_method, determining whether the "ranks"
- // or "points" value is the one used.
- //
- //- The "chat" and "text" keys support using Colors (either colors.inc or morecolors.inc)
- // - Limit colors to 2 to 3 colors per entry; using more is not recommended.
- // - Supports custom values, such as #FFFFFF for WHITE
- // - Also supports using {color} tags, depending on which configuration is used.
- // - CS:GO == colors.inc
- // - CS:S == morecolors.inc
- //
- //- Functionality for timer_ranks_position_method
- // - Method: Points (timer_ranks_position_method 0)
- // - Compares client's total number of points against the "points" value for each definition.
- // - If a client has 50 points, and definitions are 10, 30, and 80, the client will use the
- // definition for 30 points, as > 30 but < 80.
- // - Method: Ranks (timer_ranks_position_method 1)
- // - Grabs the client's current rank within the server and determines what defintion to use.
- // - The "ranks" value for each definition is the highest rank to consider anyone for.
- // - If there are ranks 3 10 and 50, ranks 1-3 use the first definition, 4-10 use the second,
- // and anyone 11-50 will use the third definition. If no other definitions are defined,
- // all other players are considered out of rankings and receive no tag.
- //
- //- Special Out-Of-Ranking Positions
- // - If a definition is declare with a "points" value of "-1" or a "ranks" value of "-1" (depending
- // what timer_ranks_position_method is set to), any player that falls outside the defined rankings
- // will receive that special position.
- // - These entries will not appear within the View Rank Positions command.
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Out Of Rankings
- "0"
- {
- "info" ""
- "tag" "[Unranked]"
- "chat" "Unranked "
- "text" ""
- "stars" "0"
- "points" "-1"
- "ranks" "-1"
- }
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Ranked
- "1"
- {
- "info" "Newbie"
- "tag" "[Newbie]"
- "chat" "Newbie "
- "text" ""
- "stars" "0"
- "points" "0"
- "ranks" "-1"
- }
- "2"
- {
- "info" "Casual"
- "tag" "[Casual]"
- "chat" "Casual "
- "text" ""
- "stars" "1"
- "points" "15"
- "ranks" "1000"
- }
- "3"
- {
- "info" "Regular"
- "tag" "[Regular]"
- "chat" "Regular "
- "text" ""
- "stars" "2"
- "points" "1000"
- "ranks" "750"
- }
- "4"
- {
- "info" "Veteran"
- "tag" "[Veteran]"
- "chat" "Veteran "
- "text" ""
- "stars" "3"
- "points" "2500"
- "ranks" "500"
- }
- "5"
- {
- "info" "Pro"
- "tag" "[Pro]"
- "chat" "Pro "
- "text" ""
- "stars" "4"
- "points" "7500"
- "ranks" "250"
- }
- "6"
- {
- "info" "Expert"
- "tag" "[Expert]"
- "chat" "Expert "
- "text" ""
- "stars" "5"
- "points" "20000"
- "ranks" "100"
- }
- "7"
- {
- "info" "Godlike"
- "tag" "[Godlike]"
- "chat" "Godlike "
- "text" ""
- "stars" "6"
- "points" "50000"
- "ranks" "50"
- }
- "8"
- {
- "info" "Extreme"
- "tag" "[Extreme]"
- "chat" "Extreme "
- "text" ""
- "stars" "7"
- "points" "100000"
- "ranks" "10"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment