Ссылка на Сообщение
#1
28.12.2009, 12:45
Author's Readme/Notes:
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
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
CODE
//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;"
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;"