Jump to content

[share]AMXX Admin Command List


Ma3x*

Recommended Posts

Well, i was boored so i thought i was gonna replace the "amx_help" command with my own list.

 

This is v1, it only has a few commands for test purposes only.

 

###---HOW TO---###

1. Put the script code in a file and name it adminhelp.cfg.

2. Open CS 1.6 and write exec adminhelp.cfg in console.

3. If you console closed/is closed, open it again.

4. Type cmd.help to bring up the help list in the console.

 

###---OTHERs---###

You can bind a button to cmd.help if u need this ingame.

You can navigate by typing cmd.x and replace the x with a number from 1 to 6 :)

 

//Aliases, dont dare touch them!
alias "space" "echo   ; echo   ;"
alias "cmd.1" "echo Gravity: amx_rcon sv_gravity "
alias "cmd.2" "echo Gravity V2: amx_cvar sv_gravity "
alias "cmd.3" "echo Slap: amx_slap  "
alias "cmd.4" "echo Slay: amx_slay "
alias "cmd.5" "echo Ban: amx_ban   <""reason">
alias "cmd.6" "echo Kick: amx_kick  <""reason">
alias "cmd.help" "space; space; cmd.1; cmd.2; cmd.3; cmd.4; cmd.5; cmd.6;"

 

By Ma3x*

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
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...