View Single Post
island55
Senior Member
Join Date: Aug 2010
Location: charleston
Old 04-21-2013 , 13:10   Re: [TF2] Friendly Mode (now with NoBlock, Auto-Updating, & Goomba Compatibility)
Reply With Quote #94

Quote:
Originally Posted by salsav91 View Post
So paste all of the commands I currently override?

Code:
Overrides
{
    /**
     * By default, commands are registered with three pieces of information:
     * 1)Command Name         (for example, "csdm_enable")
     * 2)Command Group Name    (for example, "CSDM")
     * 3)Command Level        (for example, "changemap")
     *
     * You can override the default flags assigned to individual commands or command groups in this way.
     * To override a group, use the "@" character before the name.  Example:
     * Examples:
     *        "@CSDM"            "b"                // Override the CSDM group to 'b' flag
     *         "csdm_enable"    "bgi"            // Override the csdm_enable command to 'bgi' flags
     *
     * Note that for overrides, order is important.  In the above example, csdm_enable overwrites
     * any setting that csdm_enable previously had.
     *
     * You can make a command completely public by using an empty flag string.
     */
 
"sm_friendly" "a"    
"sm_bgod"    "a"
"sm_resizeme"   "o"
"+sm_laser" "a"
"-sm_laser" "a"
"sm_togglehoming" "a"
"sm_setspawn" "p"
"sm_clearspawn" "p"
"sm_color" "a"
"sm_setspeed" "o"
"sm_resetspeed" "o" 
"sm_goto" "p"
"sm_bring" "p"
"sm_gimme" "p"
"sm_noclip" "p"
"sm_resizehead" "a"
"sm_fia" "o"
"sm_fia_adminflag" "o"
"sm_resizemyhead" "a"
"advertisement_immunity" "a"
"unusual_immunity" "o"
"sm_render" "b"
"sm_crits" "b"
"sm_buddha"    "b"
"sm_setplayerspawn" "b" 
"sm_clearplayerspawn" "b"
"sm_god"    "c"
"sm_mortal"    "c"
"melee_voteflag" "b"
"sm_voteban" "c"
"sm_votekick" "c"
"sm_rweapons" "b"
"sm_banspray" "c"
"sm_unbanspray" "c"
"sm_banspraylist" "c"
"sm_setff" "c"
"sm_unsetff" "c"
"sm_motd" "b"
"sm_reloadadmins" "b"
"sm_map" "b" 
"sm_kick" "r"
"sm_ban" "r"
"sm_resize"   "z"
"sm_scale"      "z"
"sm_scaleme"    "z"        
"sm_fake" "z"
"sm_force" "z"
"sm_sbuild" "z"
"melee_flag" "z"
"sm_forcertd" "z"
"target_info" "z"
"sm_hudsay" "z
"sm_betheghost_override" "z"
"melee_voteflag" "z"
"sm_rof_access" "z"
"sm_rof_access_target" "z"
"sm_spycrab" "z"
 
}
Less you mean some other override that I am unaware of.

your missing an end quote with the sm_hudsay command

Last edited by island55; 04-21-2013 at 13:10.
island55 is offline