Jump to content

List all cmds from sourcemod sm_help - Insurgency


Narug0

Recommended Posts

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 by Fearless News
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.