gcv_bPluginEnabled = AutoExecConfig_CreateConVar("hl_gangs_enabled", "1", "Enable the plugin? (1 = Yes, 0 = No)", FCVAR_NOTIFY, true, 0.0, true, 1.0);
gcv_bInviteStyle = AutoExecConfig_CreateConVar("hl_gangs_invite_style", "1", "Set invite style to pop up a Menu? \n (1 = Menu, 0 = Registered Command)", FCVAR_NOTIFY, true, 0.0, true, 1.0);
gcv_sDatabase = AutoExecConfig_CreateConVar("hl_gangs_database_name", "hl_gangs", "Name of the database for the plugin.");
gcv_iMaxGangSize = AutoExecConfig_CreateConVar("hl_gangs_max_size", "6", "Initial size for a gang");
gcv_iSizePrice = AutoExecConfig_CreateConVar("hl_gangs_size_price", "100000", "Price of the Size perk");
gcv_iGangSizeMaxUpgrades = AutoExecConfig_CreateConVar("hl_gangs_size_max_upgrades", "9", "The maximum amount of size upgrades that may occur");
gcv_iHealthPrice = AutoExecConfig_CreateConVar("hl_gangs_health_price", "100000", "Price of the Health perk");
gcv_fHealthModifier = AutoExecConfig_CreateConVar("hl_gangs_health_modifier", "1.0", "Knife Damage perk modifier. 1.0 default");
gcv_iDamagePrice = AutoExecConfig_CreateConVar("hl_gangs_damage_price", "0", "Price of the Damage perk");
gcv_fDamageModifier = AutoExecConfig_CreateConVar("hl_gangs_damage_modifier", "1.5", "Knife Damage perk modifier. 1.5 default");
gcv_iGravityPrice = AutoExecConfig_CreateConVar("hl_gangs_gravity_price", "100000", "Price of the Gravity perk");
gcv_fGravityModifier = AutoExecConfig_CreateConVar("hl_gangs_gravity_modifier", "0.02", "Gravity perk modifier. 0.02 default");
gcv_iSpeedPrice = AutoExecConfig_CreateConVar("hl_gangs_speed_price", "100000", "Price of the Speed perk");
gcv_fSpeedModifier = AutoExecConfig_CreateConVar("hl_gangs_speed_modifier", "0.02", "Speed perk modifier. 0.02 default");
gcv_iCreateGangPrice = AutoExecConfig_CreateConVar("hl_gangs_creation_price", "200000", "Price of gang creation");
gcv_iRenamePrice = AutoExecConfig_CreateConVar("hl_gangs_rename_price", "40", "Price to rename");
gcv_iPriceModifier = AutoExecConfig_CreateConVar("hl_gangs_price_modifier", "0", "Price modifier for perks\n Set 0 to disable");
gcv_bTerroristOnly = AutoExecConfig_CreateConVar("hl_gangs_terrorist_only", "0", "Determines if perks are only for terrorists\n Set 1 for default jailbreak behavior");
gcv_bCTKillsOrLRs = AutoExecConfig_CreateConVar("hl_gangs_stats_mode", "1", "Sets the type of statistic tracking\n Set 1 for ct kills, 0 for last requests (hosties required)");