Results 1 to 10 of 10

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    heres the info:
    Place all 3 files in the etmain directory and only execute class.cfg from your autoexec.cfg. The other 2 files will be executed from class.cfg.

    --
    imo your class script is unnecessary big. you can simply use the following lines too:

    //NUMpad 0-3 // 0 = medi, 1= engi, 2 = COps, 3 = Fops
    //switching WPNs for engi and COps by press 1 or 2 again
    bind kp_ins "class m 1;echo ^wclass^3.^1Medic"
    bind kp_pgdn "class f 1;echo ^wclass^3.^1Field Op"
    bind kp_end "vstr engi"
    bind kp_downarrow "vstr cop"

    seta engi "vstr eng1"
    seta eng1 "class e 1;echo ^wEngineer^3.^dMP;set engi vstr eng2"
    seta eng2 "class e 2;echo ^wEngi^3.^1Rifle;set engi vstr eng1"
    seta cop "vstr cop1"
    seta cop1 "class c 1;echo ^1STEN;set cop vstr cop2"
    seta cop2 "class c 2;echo ^4FG;set cop vstr cop3"
    seta cop3 "class c 3;echo ^7SNIPER;set cop vstr cop1"

    //Team
    //NUMpad 4-6 //4 = axis, 5= spec, 6= allies
    bind kp_rightarrow "team blue;echo ^wAllied^3.^dteam"
    bind kp_leftarrow "team red;echo ^wAxis^3.^1team"
    bind kp_5 "team spectator;echo ^wSpectator"

    soldier isnt included, because i dont play soldier.
    Last edited by mojo.et; 13-11-2010 at 11:02.

Posting Permissions