This plugin lists the players who have done the most damage after every round. The player who is top 1 gets the reward privilege to the hat menu (!hat
).
Path: addons/sourcemod/configs/top_defenders.cfg
In the config file you can add more hats or change the format and colors of the printout.
!hat
- The hat menu.!hats
- The hat menu.sm_reload_topdefenders
- Reloads the config file. (ROOT FLAG)
sm_top_defenders_enabled
1.0
- Plugin is enabled(1.0) or disabled(0).sm_top_defenders_download_enabled
1.0
- Download is enabled(1.0) or disabled(0).sm_top_defenders_hats_enabled
1.0
- Enabled(1.0)/disabled(0) the command!hat
.sm_top_defenders_top_list
5.0
- How many players will be listed on the top list. (1.0-64.0)sm_top_defenders_winners
1.0
- How many will be top winners and get!hat
permission. (1.0-64.0)sm_top_defenders_hide_enabled
1.0
- Hide the hat when the player climbs or looks up.sm_top_defenders_hide_timer
0.5
- Checking the player angles and mode every x seconds. (0.2-10.0)sm_top_defenders_hide_cooldown
2.0
- How many x seconds the hat should be transparent. (0.0-10.0)sm_top_defenders_hide_angle
-60.00
- The angle to hide the hat. (-180.0 - 180.0).sm_top_defenders_minium_damage
500.00
- The total minimum damage for players to be listed. (1.0-5000.0)
Created by me IT-KiLLER
Thanks to xZephire for his ideas and tests of the plugin.
Models and materials are not included.
- 1.0 - 2017-07-17
- Released!