Narug0 Posted January 21, 2017 Posted January 21, 2017 (edited) Simple cfg with 1 key you can check all cmds from sourcemod. alias smhelp smhelp1 alias smhelp1 "sm_help 1; smhelp2" alias smhelp2 "sm_help 2; smhelp3" alias smhelp3 "sm_help 3; smhelp4" alias smhelp4 "sm_help 4; smhelp5" alias smhelp5 "sm_help 5; smhelp6" alias smhelp6 "sm_help 6; alias smhelp smhelp7; echo press binded key for check sm_help 7 at sm_help 10" // added break here then u need press again for see next cmds if u have alias smhelp7 "sm_help 7; smhelp8" alias smhelp8 "sm_help 8; smhelp9" alias smhelp9 "sm_help 9; smhelp10" alias smhelp10 "sm_help 10; alias smhelp smhelp11; echo press binded key for check sm_help 11 at sm_help 14" // added break here then u need press again for see next cmds if u have alias smhelp11 "sm_help 11; smhelp12" alias smhelp12 "sm_help 12; smhelp13" alias smhelp13 "sm_help 13; smhelp14" alias smhelp14 "sm_help 14; alias smhelp smhelp15; eecho press binded key for check sm_help 15 at sm_help 18" alias smhelp15 "sm_help 15; smhelp16" alias smhelp16 "sm_help 16; smhelp17" alias smhelp17 "sm_help 17; smhelp18" alias smhelp18 "sm_help 18; alias smhelp smhelp1; echo reseted for sm_help 1 if u have more cmds u can edit this cfg and add more" bind "kp_pgup" "smhelp" // you can change this key kp_pgup = number 9 (numeric keyboard) you can copy/past it in your autoexec.cfg or save this cfg and exec ingame using console. local for insurgency ".../steam/steamapps/common/insurgency2/insurgency/cfg/" you can use in any steam game with sourcemod installed for tf2 ".../steam/steamapps/common/Team Fortress 2/tf/cfg/" for csgo ".../steam/steamapps/common/Counter-Strike Global Offensive/csgo/cfg/" listhelp.cfg Edited March 31, 2018 by Fearless News 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.