Kod:
// CS:GO Mod Configuration
////// DATABASE //////
// Database host.
csgo_sql_host "mysql"
// Database user.
csgo_sql_user "user"
// Database password.
csgo_sql_pass "password"
// Database name.
csgo_sql_db "database"
////// CORE ////////
// Player info used as primary key for data saving.
// WARNING: Changing the save type requires clearing the database!
// 1 - SteamID
// 0 - Nick
//
// Default "0"
csgo_save_type "0"
// The ability to have multiple copies of the same skin.
// 1 - enabled
// 0 - disabled
//
// Default "1"
csgo_multiple_skins "1"
// Override default CS 1.6 models with CS:GO models.
// 1 - enabled
// 0 - disabled
//
// Default "1"
csgo_default_skins "1"
// Minimum number of players on the server to earn the euro, change ELO rank and count operations.
//
// Default "4"
csgo_min_players "4"
// Filtering for the csgo_min_players value.
// 0 - disabled
// 1 - filter Bots
// 2 - filter HLTV
// 3 - filter Both
//
// Default "0"
csgo_min_player_filter "0"
// The percentage chance to draw a skin.
//
// Default "15"
csgo_skin_chance "15"
// The percentage chance to draw a skin for SVIP.
//
// Default "25"
csgo_svip_skin_chance "25"
// A percentage bonus on the chance to draw a skin for each player in the clan.
//
// Default "1.0"
csgo_clan_skin_chance_per_member "1.0"
// The maximum number of skins on the market placed by a single player.
//
// Default "5"
csgo_max_market_skins "5"
// Percentage commission charged for the sale of the skin on the market.
// >0 - enabled
// 0 - disabled
//
// Default "10.0"
csgo_market_commision "10.0"
// Amount of euro as a reward for kill.
//
// Default "0.2"
csgo_kill_reward "0.2"
// Additional amount of euro as a reward for kill with headshot.
//
// Default "0.1"
csgo_kill_hs_reward "0.1"
// Amount of euro as a reward for bomb plant.
//
// Default "0.5"
csgo_bomb_reward "0.5"
// Amount of euro as a reward for bomb defuse.
//
// Default "0.5"
csgo_defuse_reward "0.5"
// Amount of euro as a reward for hostage rescue.
//
// Default "0.5"
csgo_hostages_reward "0.5"
// Amount of euro as a reward for round win.
//
// Default "0.25"
csgo_round_reward "0.25"
// Euro bonus multiplier for VIP player.
//
// Default "1.25"
csgo_multiplier_vip "1.25"
// Euro bonus multiplier for SVIP player.
//
// Default "1.5"
csgo_multiplier_svip "1.5"
// Euro multiplier for killing a bot.
//
// Default "0.5"
csgo_multiplier_bot "0.5"
// Silencer attached by default to USP and M4A1.
//
// Default "1"
csgo_silencer_attached "1"
////// RANKS ////////
// Number of kills required for the determination of player rank.
//
// Default "100"
csgo_ranks_unranked_kills "100"
// Amount of euro as a reward for being best player on the map.
//
// Default "10.0"
csgo_ranks_winner_reward "10.0"
// Site address displayed in HUD.
// Leave empty to remove from HUD.
//
// Default ""
csgo_ranks_hud_site ""
// Show account type in HUD.
// 1 - enabled
// 0 - disabled
//
// Default "0"
csgo_ranks_hud_account "0"
// Show clan name in HUD.
// 1 - enabled
// 0 - disabled
//
// Default "0"
csgo_ranks_hud_clan "0"
// Show operation in HUD.
// 1 - enabled
// 0 - disabled
//
// Default "0"
csgo_ranks_hud_operation "0"
// Set options for player aim hud message info.
// "a" - display health / armor/ weapon for teammates
// "b" - display rank for teammates
// "c" - display rank for enemies
// "d" - move the info below people heads
//
// Default "abcd"
csgo_ranks_icon_flags "abcd"
////// CLANS ////////
// Fee in euro for establishing a clan.
// >0 - enabled
// 0 - disabled
//
// Default "250"
csgo_clans_create_fee "250"
// Fee in euro for a new clan member.
// >0 - enabled
// 0 - disabled
//
// Default "250"
csgo_clans_join_fee "250"
// Initial maximum possible number of clan members.
//
// Default "3"
csgo_clans_members_start "3"
// Additional number of members per clan level.
//
// Default "1"
csgo_clans_members_per_level "1"
// Maximum level of clan upgrade.
//
// Default "7"
csgo_clans_level_max "7"
// Basic cost of the clan upgrade (on level 1).
//
// Default "250"
csgo_clans_level_cost "250"
// Additional cost of clan upgrade (total cost = basic cost + level * additional cost).
//
// Default "125"
csgo_clans_next_level_cost "125"
// Enable prefixes with clan names in the chat.
// 1 - enabled
// 0 - disabled
//
// Default "1"
csgo_clans_chat_prefix "1"
////// ACCOUNTS ////////
// Accounts system status.
// 1 - enabled
// 0 - disabled
//
// Default "1"
csgo_accounts_enabled "1"
// Maximum time to login before the kick.
//
// Default "60"
csgo_accounts_login_max_time "60"
// Maximum number of unsuccessful login attempts before the kick.
//
// Default "3"
csgo_accounts_password_max_fails "3"
// Minimum number of characters in the password to the account.
//
// Default "5"
csgo_accounts_password_min_length "5"
// Block player movement until successful login.
// 1 - enabled
// 0 - disabled
//
// Default "1"
csgo_accounts_block_movement "1"
// Setinfo field for the autologin.
//
// Default "csgopass"
csgo_accounts_setinfo "csgopass"
////// ASSIST AND REVENGE ////////
// Assists enabled.
// 1 - enabled
// 0 - disabled
//
// Default "1"
csgo_assist_enabled "1"
// Minimum damage to qualify for assist.
//
// Default "60"
csgo_assist_min_damage "60"
// Amount of euro as a reward for assist.
//
// Default "0.15"
csgo_assist_reward "0.15"
// Revenges enabled.
// 1 - enabled
// 0 - disabled
//
// Default "1"
csgo_revenge_enabled "1"
// Amount of euro as a reward for revenge.
//
// Default "0.15"
csgo_revenge_reward "0.15"
////// VIP AND SVIP ////////
// VIP or SVIP powers active on small maps.
//
// Default "0"
csgo_vip_svip_small_maps "0"
// VIP / SVIP chat prefix.
// 1 - enabled
// 0 - disabled
//
// Default "1"
csgo_vip_svip_prefix_enabled "1"
// Free VIP or SVIP enabled.
// 2 - always enabled
// 1 - enabled, but active only between specified hours
// 0 - disabled
//
// Default "0"
csgo_vip_svip_free_enabled "0"
// Free VIP or SVIP type.
// 1 - SVIP
// 0 - VIP
//
// Default "0"
csgo_vip_svip_free_type "0"
// Free VIP or SVIP start hour.
//
// Default "23"
csgo_vip_svip_free_from "23"
// Free VIP or SVIP end hour.
//
// Default "9"
csgo_vip_svip_free_to "9"
////// ZEUS ////////
// Zeus enabled.
// 1 - enabled
// 0 - disabled
//
// Default "1"
csgo_zeus_enabled "1"
// Zeus price in dollars.
//
// Default "300"
csgo_zeus_price "300"
////// MOLOTOV ////////
// Molotov enabled.
// 1 - enabled
// 0 - disabled
//
// Default "1"
csgo_molotov_enabled "1"
// Molotov price in dollars.
//
// Default "500"
csgo_molotov_price "500"
////// STATTRAK ////////
// StatTrak enabled.
// 1 - enabled
// 0 - disabled
//
// Default "1"
csgo_strattrak_enabled "1")


