// This file was auto-generated by SourceMod (v1.11.0.6653) // ConVars for plugin "zprop.smx" // The chat triggers available to clients to access zprop. // - // Default: "!prop,/prop" zprop_commands "!zprops,/zprops" // The desired configuration file to use. // - // Default: "configs/zprop.defines.txt" zprop_config "configs/zprop.defines.txt" // The number of free credits a player received when they join the game. // - // Default: "4" // Minimum: "0.000000" zprop_credits_connect "5" // The number of credits given for infecting a human as zombie. // - // Default: "1" // Minimum: "0.000000" zprop_credits_infect "1" // The number of credits given for killing a zombie as human. // - // Default: "5" // Minimum: "0.000000" zprop_credits_kill "3" // Max credits that can be attained (0: No limit). // - // Default: "15" // Minimum: "0.000000" zprop_credits_max "20" // Whether to use a credit system or player cash for prop pricing. 0 = Credits, 1 = Cash // - // Default: "0" // Minimum: "0.000000" // Maximum: "1.000000" zprop_credits_mode "0" // The number of free credits given on start of the round. // - // Default: "2" // Minimum: "0.000000" zprop_credits_roundstart "3" // The number of free credits when spawning as a Human. // - // Default: "1" // Minimum: "0.000000" zprop_credits_spawn_human "1" // The number of free credits when spawning as a Zombie. // - // Default: "1" // Minimum: "0.000000" zprop_credits_spawn_zombie "1" // Enables / disables all features of the plugin. // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" zprop_enabled "1" // Restricts zprop to a specific team. 0 = Either, 1 = Humans Only, 2 = Zombies Only // - // Default: "0" // Minimum: "0.000000" // Maximum: "2.000000" zprop_team_restrict "1" // Enables / disables zprop announcement of events through chat or hints. // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" zprop_verbose "1"