Skip to content

Furious Statistics

Drixevel edited this page May 9, 2023 · 3 revisions

Furious Statistics [furious-statistics.smx]

Authors: Drixevel

Description

  • Player Statistics module for Furious Clan.

ConVars

  • sm_furious_statistics_version - VERSION CONTROL
  • sm_furious_statistics_status 1 - Status of the plugin.\n(1 = on, 0 = off)
  • sm_furious_statistics_config_ranks configs/furious/furious_ranks.cfg - Name of the ranks config to use.
  • sm_furious_statistics_config_tiers configs/furious/furious_tiers.cfg - Name of the tiers config to use.
  • sm_furious_statistics_table_server_data furious_global_server_data - Name of the database table to use in side the global database for server settings.
  • sm_furious_statistics_global_table furious_global_statistics - Name of the global statistics table under the global database.
  • sm_furious_statistics_global_maps_table furious_global_map_statistics - Name of the database table to save statistics to.
  • sm_furious_statistics_table_season furious_server_season_ - Name of the seasons database table prefix to use. (Season is concatenate on the end)
  • sm_furious_statistics_table_map furious_server_maps_ - Name of the maps database table prefix to use. (Season is concatenate on the end)
  • sm_furious_statistics_table_sessions furious_server_sessions_ - Name of the sessions database table prefix to use. (Season is concatenate on the end)
  • sm_furious_statistics_round_clamp 1 - ONLY gather statistics while rounds are active.
  • sm_furious_statistics_minimum_players 1 - Required amount of players minimum for statistics to be recorded.
  • sm_furious_statistics_nobots 0 - If bots are allowed to affect stats for players or not.
  • sm_furious_statistics_rampage_overlay overlays/frs-rampage - Overlay to show for rampage mode.
  • sm_furious_statistics_rampage_points 1 - Extra points to give players during rampage mode.
  • sm_furious_statistics_save_round_end 1 - Save statistics on round end.
  • sm_furious_statistics_save_player_death 1 - Save statistics on player death.
  • sm_furious_statistics_rampage_sound buttons/light_power_on_switch_01.wav - Sound to play in rampage mode.
  • sm_furious_statistics_sound_connect - Sound to play on first time connect.
  • sm_furious_statistics_sound_reconnect - Sound to play on reconnect.
  • sm_furious_statistics_sound_ranking_enabled - Sound to play on ranking enabled.
  • sm_furious_statistics_sound_ranking_disabled - Sound to play on ranking disabled.
  • sm_furious_statistics_hud_rankenabled_status 1 - Whether to show this hud sync or not.
  • sm_furious_statistics_hud_rankenabled_channel 0 - Which channel to use.
  • sm_furious_statistics_hud_rankenabled_x -1.0 - X coordinate for this hud message.
  • sm_furious_statistics_hud_rankenabled_y -1.0 - Y coordinate for this hud message.
  • sm_furious_statistics_hud_rankenabled_color 255 255 255 - Color for this hud message.
  • sm_furious_statistics_hud_rankdisabled_status 1 - Whether to show this hud sync or not.
  • sm_furious_statistics_hud_rankdisabled_channel 0 - Which channel to use.
  • sm_furious_statistics_hud_rankdisabled_x -1.0 - X coordinate for this hud message.
  • sm_furious_statistics_hud_rankdisabled_y -1.0 - Y coordinate for this hud message.
  • sm_furious_statistics_hud_rankdisabled_color 255 255 255 - Color for this hud message.
  • sm_furious_statistics_resetrank_credits 1000 - Credits to deduct from clients that want to reset their rank.
  • sm_furious_statistics_lose_points_on_suicide 0 - Wether or not the player lose points from suicide/world damage
  • sm_furious_statistics_enable_connect_message 1 - Toggle connect message
  • sm_furious_statistics_enable_disconnect_message 1 - Toggle disconnect message
  • sm_furious_statistics_season_change_time 12 - On which hour of the day should season change?

Commands

  • sm_statsme - Opens the statistics menu
  • sm_stats - Opens the statistics menu
  • sm_session - Opens the sessions menu
  • sm_top - Opens top ranks menu
  • sm_timeplayed - Displays how much time you've spent on the server
  • sm_played - Displays how much time you've spent on the server
  • sm_playtime - Displays how much time you've spent on the server
  • sm_weaponme - Opens weapons menu
  • sm_spec - Puts you into spectator
  • sm_spectate - Puts you into spectator
  • sm_afk - Puts you into spectator
  • sm_brb - Puts you into spectator
  • sm_place - Prints rank information to all for a player
  • sm_rank - Prints rank information to yourself for a player
  • sm_next - Shows the top 10 clients above your rank
  • sm_tiers - Print the list of tiers in chat
  • sm_ranks - Print the list of tiers in chat
  • sm_status - Displays the amount of players in the database
  • sm_resetrank - Reset your seasonal rank on this server
  • sm_resetmyrank - Reset your seasonal rank on this server
  • sm_season - Displays the current season and the next season in chat
  • sm_toptime - Displays the 10 most active players
  • sm_ctop - Displays the best countries by players with the most points
  • sm_countrytop - Displays the best countries by players with the most points
  • sm_topcountry - Displays the best countries by players with the most points
  • sm_crank - Display your current rank for your country
  • sm_countryrank - Display your current rank for your country
  • sm_rankcountry - Display your current rank for your country
  • [ADMIN] sm_playtimedebug - Debugger for testing client playtime
  • [ADMIN] sm_savestats - Save your own statistics manually
  • [ADMIN] sm_toggleranked - Toggle on/off the statistics tracking
  • [ADMIN] sm_overlays - Test and debug overlays in the plugin
  • [ADMIN] sm_testoverlays - Test and debug overlays in the plugin
  • [ADMIN] sm_reloadranks - Reloads ranks data
  • [ADMIN] sm_reloadtiers - Reloads tiers data
  • [ADMIN] sm_testspechud - Test the spectator hud
  • [ADMIN] sm_testsocket - Test socket");
  • [ADMIN] sm_testwinpanel - Test Win Panel");

How to Install

  • Place the .smx file in your sourcemod plugins folder.
  • Restart your server.

Clone this wiki locally