// BOF
// ----------
// Player Select Script
// ----------
// Author: Brandon Dolphin
// Email: brandon.d@shaw.ca
// MSN: flag_man@hotmail.com
// ICQ: 159987821
// Use 0 to activate the script, choose your team, class, and weapon with the u, i, o, and p keys.
// You may modify this file in anyway you want, you don't have to give me credit.

Set Main1 "bind u vstr Axis1;bind i vstr Allied1;bind o vstr Spectator1;echo Press U For Axis, I For Allied, O For Spectator"
Set AxisSoldierMP40 "mp_playertype 0;team red;mp_weapon 3;echo You Will Spawn As An Axis Soldier With A MP40;vstr Unbind1"
Set AxisSoldierThompson "mp_playertype 0;team red;mp_weapon 4;echo You Will Spawn As An Axis Soldier With A Thompson;vstr Unbind1"
Set AxisSoldierSten "mp_playertype 0;team red;mp_weapon 5;echo You Will Spawn As An Axis Soldier With A Sten;vstr Unbind1"
Set AxisSoldierMauser "mp_playertype 0;team red;mp_weapon 6;echo You Will Spawn As An Axis Soldier With A Mauser;vstr Unbind1"
Set AxisSoldierPanzerfaust "mp_playertype 0;team red;mp_weapon 8;echo You Will Spawn As An Axis Soldier With A Panzerfaust;vstr Unbind1"
Set AxisSoldierVenom "mp_playertype 0;team red;mp_weapon 9;echo You Will Spawn As An Axis Soldier With A Venom;vstr Unbind1"
Set AxisSoldierFlamthrower "mp_playertype 0;team red;mp_weapon 10;echo You Will Spawn As An Axis Soldier With A Flamthrower;vstr Unbind1"
Set AxisMedic1 "mp_playertype 1;team red;mp_weapon 3;echo You Will Spawn As An Axis Medic With A MP40;vstr Unbind1"
Set AxisEngineer1 "mp_playertype 2;team red;mp_weapon 3;echo You Will Spawn As An Axis Engineer With A MP40;vstr Unbind1"
Set AxisLieutnantMP40 "mp_playertype 3;team red;mp_weapon 3;echo You Will Spawn As An Axis Lieutnant With A MP40;vstr Unbind1"
Set AxisLieutnantThompson "mp_playertype 3;team red;mp_weapon 4;echo You Will Spawn As An Axis Lieutnant With A Thompson;vstr Unbind1"
Set AxisLieutnantSten "mp_playertype 3;team red;mp_weapon 5;echo You Will Spawn As An Axis Lieutnant With A Sten;vstr Unbind1"
Set AxisLieutnant1 "bind u vstr AxisLieutnantMP40;bind u vstr AxisLieutnantThompson;bind u vstr AxisLieutnantSten;echo Press U For MP40, I For Thompson, O For Sten"
Set AxisSoldier1 "bind u vstr AxisSoldierMP40;bind u vstr AxisSoldierThompson;bind u vstr AxisSoldierSten;bind p vstr AxisSoldierMore1;echo Press U For MP40, I For Thompson, O For Sten, Or P For More"
Set AxisSoldierMore1 "bind u vstr AxisSoldierMauser;bind i vstr AxisSoldierPanzerfaust;bind o vstr AxisSoldierVenom;bind p vstr AxisSoldierFlamthrower;echo Press U For Mauser, I For Panzerfaust, O For Venom, P For Flamethrower"
Set Axis1 "bind u vstr AxisSoldier1;bind i vstr AxisMedic1;bind o vstr AxisLieutnant1;bind p vstr AxisEngineer1;echo Press U For Soldier, I For Medic, O For Lieutnant, or P For Engineer"
Set Allied1 "bind u vstr AlliedSoldier1;bind i vstr AlliedMedic1;bind o vstr AlliedLieutnant1;bind p vstr AlliedEngineer1;echo Press U For Soldier, I For Medic, O For Lieutnant, or P For Engineer"
Set AlliedSoldier1 "bind u vstr AlliedSoldierMP40;bind u vstr AlliedSoldierThompson;bind u vstr AlliedSoldierSten;bind u vstr AlliedSoldierMore1;echo Press U For MP40, I For Thompson, O For Sten, Or P For More"
Set AlliedSoldierMP40 "mp_playertype 0;team blue;mp_weapon 3;echo You Will Spawn As An Allied Soldier With A MP40;vstr Unbind1"
Set AlliedSoldierThompson "mp_playertype 0;team blue;mp_weapon 4;echo You Will Spawn As An Allied Soldier With A Thompson;vstr Unbind1"
Set AlliedSoldierSten "mp_playertype 0;team blue;mp_weapon 5;echo You Will Spawn As An Allied Soldier With A Sten;vstr Unbind1"
Set AlliedSoldierMauser "mp_playertype 0;team blue;mp_weapon 6;echo You Will Spawn As An Allied Soldier With A Mauser;vstr Unbind1"
Set AlliedSoldierPanzerfaust "mp_playertype 0;team blue;mp_weapon 8;echo You Will Spawn As An Allied Soldier With A Panzerfaust;vstr Unbind1"
Set AlliedSoldierVenom "mp_playertype 0;team blue;mp_weapon 9;echo You Will Spawn As An Allied Soldier With A Venom;vstr Unbind1"
Set AlliedSoldierFlamthrower "mp_playertype 0;team blue;mp_weapon 10;echo You Will Spawn As An Allied Soldier With A Flamthrower;vstr Unbind1"
Set AlliedMedic1 "mp_playertype 1;team blue;mp_weapon 3;echo You Will Spawn As An Allied Medic With A Thompson;vstr Unbind1"
Set AlliedLieutnantMP40 "mp_playertype 3;team blue;mp_weapon 3;echo You Will Spawn As An Allied Lieutnant With A MP40;vstr Unbind1"
Set AlliedLieutnantThompson "mp_playertype 3;team blue;mp_weapon 4;echo You Will Spawn As An Allied Lieutnant With A Thompson;vstr Unbind1"
Set AlliedLieutnantSten "mp_playertype 3;team blue;mp_weapon 5;echo You Will Spawn As An Allied Lieutnant With A Sten;vstr Unbind1"
Set AlliedEngineer1 "mp_playertype 2;team blue;mp_weapon 3;echo You Will Spawn As An Allied Engineer With A Thompson;vstr Unbind1"
Set AlliedLieutnant1 "bind u vstr AlliedLieutnantMP40;bind u vstr AlliedLieutnantThompson;bind u vstr AlliedLieutnantSten;echo Press U For MP40, I For Thompson, Or O For Sten"
Set AlliedSoldierMore1 "bind u vstr AlliedSoldierMauser;bind i vstr AlliedSoldierPanzerfaust; bind o vstr AlliedSoldierVenom;bind p vstr AlliedSoldierFlamthrower;echo Press U For Mauser, I For Panzerfaust, O For Venom, Or P For Flamethrower"
Set Spectator1 "team spectator;vstr Unbind1"
Set Unbind1 "unbind u;unbind i;unbind o;unbind p"
bind 0 "vstr Main1"

// EOF