// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ // |S|P|A|W|N|P|O|I|N|T| |S|E|L|E|C|T|O|R| // +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ //====== // Sets //====== set spawn0 "setspawnpt 0;say_team ^d~^wSpawning at Spawnpoint 0^d~" set spawn1 "setspawnpt 1;say_team ^d~^wSpawning at Spawnpoint 1^d~" set spawn2 "setspawnpt 2;say_team ^d~^wSpawning at Spawnpoint 2^d~" set spawn3 "setspawnpt 3;say_team ^d~^wSpawning at Spawnpoint 3^d~" set spawn4 "setspawnpt 4;say_team ^d~^wSpawning at Spawnpoint 4^d~" set spawn5 "setspawnpt 5;say_team ^d~^wSpawning at Spawnpoint 5^d~" //========= // Unbinds //========= unbind 1 unbind 2 unbind 3 unbind 4 unbind 5 unbind 6 unbind X //======= // Binds //======= bind 1 "vstr spawn0;exec CFG/Binds.cfg" bind 2 "vstr spawn1;exec CFG/Binds.cfg" bind 3 "vstr spawn2;exec CFG/Binds.cfg" bind 4 "vstr spawn3;exec CFG/Binds.cfg" bind 5 "vstr spawn4;exec CFG/Binds.cfg" bind 6 "vstr spawn5;exec CFG/Binds.cfg" bind X "exec CFG/Binds.cfg" //======== // Echoes //======== echo "^w1: Spawnpoint 0 ^q| ^w2: Spawnpoint 1" echo "^w3: Spawnpoint 2 ^q| ^w4: Spawnpoint 3" echo "^w5: Spawnpoint 4 ^q| ^w6: Spawnpoint 5" echo "^wX: Use current"
Semsagt þessu.
bind 1 "vstr spawn0;exec CFG/Binds.cfg“
bind 2 ”vstr spawn1;exec CFG/Binds.cfg“
bind 3 ”vstr spawn2;exec CFG/Binds.cfg“
bind 4 ”vstr spawn3;exec CFG/Binds.cfg“
bind 5 ”vstr spawn4;exec CFG/Binds.cfg“
bind 6 ”vstr spawn5;exec CFG/Binds.cfg“
bind X ”exec CFG/Binds.cfg"
Alt Binds
// +-+-+-+-+-+-+-+-+-+ // |A|L|T| |B|I|N|D|S| // +-+-+-+-+-+-+-+-+-+ //========= // Unbinds //========= unbind "DEL" unbind "PGDN" //======= // Binds //======= bind DEL "exec Invictus/Public/Team/Axis.cfg" bind PGDN "exec Invictus/Public/Team/Allies.cfg"
Server Selector
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ // |S|E|R|V|E|R| |S|E|L|E|C|T|O|R| // +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ //========= // Unbinds //========= unbind "1" unbind "2" unbind "3" unbind "4" unbind "5" unbind "6" unbind "7" unbind "8" unbind "9" unbind "0" unbind "ENTER" //====== // Sets //====== set server1 "echo ^qNO SERVER SET!; echo ^q*** ^w PRESS ENTER TO CONNECT ^q***; bind ENTER vstr s1" set server2 "echo ^qNO SERVER SET!; echo ^q*** ^w PRESS ENTER TO CONNECT ^q***; bind ENTER vstr s2" set server3 "echo ^qNO SERVER SET!; echo ^q*** ^w PRESS ENTER TO CONNECT ^q***; bind ENTER vstr s3" set server4 "echo ^qNO SERVER SET!; echo ^q*** ^w PRESS ENTER TO CONNECT ^q***; bind ENTER vstr s4" set server5 "echo ^qNO SERVER SET!; echo ^q*** ^w PRESS ENTER TO CONNECT ^q***; bind ENTER vstr s5" set server6 "echo ^qNO SERVER SET!; echo ^q*** ^w PRESS ENTER TO CONNECT ^q***; bind ENTER vstr s6" set server7 "echo ^qNO SERVER SET!; echo ^q*** ^w PRESS ENTER TO CONNECT ^q***; bind ENTER vstr s7" set server8 "echo ^qNO SERVER SET!; echo ^q*** ^w PRESS ENTER TO CONNECT ^q***; bind ENTER vstr s8" set server9 "echo ^qNO SERVER SET!; echo ^q*** ^w PRESS ENTER TO CONNECT ^q***; bind ENTER vstr s9" set server10 "echo ^qNO SERVER SET!; echo ^q*** ^w PRESS ENTER TO CONNECT ^q***; bind ENTER vstr s10" set s1 "exec Invictus/Binds.cfg; vstr ip1" set s2 "exec Invictus/Binds.cfg; vstr ip2" set s3 "exec Invictus/Binds.cfg; vstr ip3" set s4 "exec Invictus/Binds.cfg; vstr ip4" set s5 "exec Invictus/Binds.cfg; vstr ip5" set s6 "exec Invictus/Binds.cfg; vstr ip6" set s7 "exec Invictus/Binds.cfg; vstr ip7" set s8 "exec Invictus/Binds.cfg; vstr ip8" set s9 "exec Invictus/Binds.cfg; vstr ip9" set s10 "exec Invictus/Binds.cfg; vstr ip10" set ip1 "connect SERVERIPHERE" set ip2 "connect SERVERIPHERE" set ip3 "connect SERVERIPHERE" set ip4 "connect SERVERIPHERE" set ip5 "connect SERVERIPHERE" set ip6 "connect SERVERIPHERE" set ip7 "connect SERVERIPHERE" set ip8 "connect SERVERIPHERE" set ip9 "connect SERVERIPHERE" set ip10 "connect SERVERIPHERE" //======= // Binds //======= bind 1 "vstr server1" bind 2 "vstr server2" bind 3 "vstr server3" bind 4 "vstr server4" bind 5 "vstr server5" bind 6 "vstr server6" bind 7 "vstr server7" bind 8 "vstr server8" bind 9 "vstr server9" bind 0 "vstr server10"
set s1 “exec Invictus/Binds.cfg; vstr ip1”
set s2 “exec Invictus/Binds.cfg; vstr ip2”
set s3 “exec Invictus/Binds.cfg; vstr ip3”
set s4 “exec Invictus/Binds.cfg; vstr ip4”
set s5 “exec Invictus/Binds.cfg; vstr ip5”
set s6 “exec Invictus/Binds.cfg; vstr ip6”
set s7 “exec Invictus/Binds.cfg; vstr ip7”
set s8 “exec Invictus/Binds.cfg; vstr ip8”
set s9 “exec Invictus/Binds.cfg; vstr ip9”
set s10 “exec Invictus/Binds.cfg; vstr ip10”