Shorten names to fit in menu
This commit is contained in:
parent
4af82402be
commit
40f64ebf23
@ -12,7 +12,7 @@ CatVar crit_info(CV_SWITCH, "crit_info", "0", "Show crit info");
|
||||
CatVar crit_key(CV_KEY, "crit_key", "0", "Crit Key");
|
||||
CatVar crit_melee(CV_SWITCH, "crit_melee", "0", "Melee crits");
|
||||
CatVar crit_legiter(
|
||||
CV_SWITCH, "crit_force_gameplay", "0",
|
||||
CV_SWITCH, "crit_force_gameplay", "0", "Don't hinder gameplay",
|
||||
"Attempt to crit when possible but do not hinder normal gameplay");
|
||||
CatVar crit_experimental(CV_SWITCH, "crit_experimental", "0",
|
||||
"Experimental crithack");
|
||||
|
@ -15,19 +15,19 @@ namespace lagexploit
|
||||
{
|
||||
|
||||
CatVar toggle(CV_SWITCH, "se_toggle", "0", "Toggle sequence exploit");
|
||||
CatVar shoot(CV_SWITCH, "se_shoot", "0",
|
||||
"Allows instant revving up or shooting two shots at once");
|
||||
CatVar shoot(CV_SWITCH, "se_shoot", "0", "Instant revvup/shoot two shots at once");
|
||||
|
||||
// SHOUTOUTS TO BLACKFIRE
|
||||
CatVar doom(CV_SWITCH, "se_doom", "0",
|
||||
"Shoot 2+ shots at once, see Center string on activate.");
|
||||
CatVar stickyspam(CV_SWITCH, "se_stickyspam", "0",
|
||||
CatVar doom(CV_SWITCH, "se_doom", "0", "Shoot 2+ shots at once",
|
||||
"See Center string on activation.");
|
||||
CatVar stickyspam(CV_SWITCH, "se_stickyspam", "0", "Sticky spam",
|
||||
"Allows Spam of stickies simply by holding Mouse1.");
|
||||
CatVar cloak(CV_SWITCH, "se_cloak", "0", "Instant decloak/cloak");
|
||||
CatVar cap(CV_SWITCH, "se_cap", "0", "Auto instant cap");
|
||||
CatVar cart(CV_SWITCH, "se_cart", "0", "Automatically farm points by touching "
|
||||
"the cart (only works on attacking "
|
||||
"team)");
|
||||
CatVar cart(CV_SWITCH, "se_cart", "0", "Farm cart points",
|
||||
"Automatically farm points by touching "
|
||||
"the cart (only works on attacking "
|
||||
"team)");
|
||||
CatVar instant_weapon_switch(CV_SWITCH, "se_switch", "0",
|
||||
"Instant weapon switch");
|
||||
CatVar key(CV_KEY, "se_key", "0", "Sequence exploit key");
|
||||
|
Reference in New Issue
Block a user