Scripter Help Please
keechi
Join Date: 2004-07-01 Member: 29656Members
<div class="IPBDescription">need help</div> hi im new to this forum and i searched for a scripter thread but coulodnt find one .
if someone could be so nice and post me all usefull commands and descriptions from ns beta 3.0 4a i want to make a script but i dont know the commands <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html//emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /><!--endemo--> please help me
if someone could be so nice and post me all usefull commands and descriptions from ns beta 3.0 4a i want to make a script but i dont know the commands <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html//emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /><!--endemo--> please help me
This discussion has been closed.
Comments
// Go
bind f1 "jointeamone; exec 1.cfg"
bind f2 "jointeamtwo; exec 2.cfg"
bind f4 "readyroom; exec 2.cfg"
// pistol
alias +pattack "+attack"
alias -pattack "-attack; wait; +attack; wait; -attack"
bind "mouse2" "+pattack"
// lastinv (Ramano
bind 1 "kk1a"
bind 2 "kk2a"
bind 3 "kk3a"
bind 4 "kk4a"
alias kk1a "kkslot1"
alias kk1b "kkslot1; bind q kk2a"
alias kk1c "kkslot1; bind q kk3a"
alias kk1d "kkslot1; bind q kk4a"
alias kkslot1 "slot1; bind 1 kk1a; bind 2 kk2a; bind 3 kk3a; bind 4 kk4a"
alias kk2a "kkslot2; bind q kk1b"
alias kk2b "kkslot2"
alias kk2c "kkslot2; bind q kk3b"
alias kk2d "kkslot2; bind q kk4b"
alias kkslot2 "slot2; bind 1 kk1b; bind 2 kk2b; bind 3 kk3b; bind 4 kk4b"
alias kk3a "kkslot3; bind q kk1c"
alias kk3b "kkslot3; bind q kk2c"
alias kk3c "kkslot3"
alias kk3d "kkslot3; bind q kk4c"
alias kkslot3 "slot3; bind 1 kk1c; bind 2 kk2c; bind 3 kk3c; bind 4 kk4c"
alias kk4a "kkslot4; bind q kk1d"
alias kk4b "kkslot4; bind q kk2d"
alias kk4c "kkslot4; bind q kk3d"
alias kk4d "kkslot4"
alias kkslot4 "slot4; bind 1 kk1d; bind 2 kk2d; bind 3 kk3d; bind 4 kk4d"
// Jump
alias +j "+jump; wait; -jump; wait; +jump; wait; -jump; wait; +jump"
alias -j "-jump"
bind "space" "+j"
also this might help
// Settings
lightgamma 1
cl_autohelp "0"
cl_cmdrate "30"
cl_musicenabled "0"
console "1.0"
crosshair "1.000000"
gamma "3"
fps_max "100.0"
hud_fastswtich 1
<span style='color:red'>***Locked.***</span>