// This file was auto-generated by SourceMod (v1.11.0.6653) // ConVars for plugin "allpropshealth.smx" // If a prop has a color, set it to this color. -1 = no color. uses RGBA. // - // Default: "-1" sm_ph_colorRed "-1" sm_ph_colorGreen "-1" sm_ph_colorBlue "-1" sm_ph_colorAlpha "-1" // The path to the Prop Health config. // - // Default: "configs/prophealth.props.cfg" sm_ph_config_path "configs/prophealth.props.cfg" // Enable debugging (logging will go to logs/prophealth-debug.log). // - // Default: "1" sm_ph_debug "1" // A prop's default health if not defined in the config file. -1 = Doesn't break. // - // Default: "1" sm_ph_default_health "1337.0" // Default multiplier based on the player count (for zombies/humans). Default: 65 * 5 (65 damage by right-click knife with 5 hits) // - // Default: "0.00" sm_ph_default_multiplier "0.00" // Print the prop's health when damaged to the attacker's chat? // - // Default: "1" sm_ph_print "1" // The message to send to the client. Multicolors supported only for PrintToChat. %i = health value. // - // Default: "Prop Health: %i" sm_ph_print_message "Prop Health: %i Owner: [%N]" // The print type (if "sm_ph_print" is set to 1). 1 = PrintCenterText, 2 = PrintHintText. // - // Default: "1" sm_ph_print_type "1" // Cost for repair tools. // - // Default: "1" sm_ph_repair_tools "5000" // Enable/Disable reapir tools. (0 - Disable, 1 - Enable) // - // Default "1" sm_ph_status_repair_tools "1" // Prop Health's version. // - // Default: "1.7.4" sm_ph_version "1.7.4"