Announcement

Collapse
No announcement yet.

Scripting : Spawnpoint and team selection

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Scripting : Spawnpoint and team selection

    Ive wrote this yestoday - a nifty little script






    set spawn_axis "setspawnpt 1; say_team ^8[ ^7Spawning point - ^1Axis ^7side ^8]"

    set spawn_allies "setspawnpt 2; say_team ^8[ ^7Spawning point - ^1Allied ^7side ^8]"


    bind F9 "vstr spawn_allies"

    bind F10 "vstr spawn_axis"


    bind F11 "team blue; echo ^8[ ^7You have joined ^1Allied ^7team ^8]"

    bind F12 "team red; echo ^8[ ^7You have joined ^1Axis ^7team ^8]"

    bind backspace "team spectator; echo ^8[ ^7You have joined ^1Spectators ^8]"



    Explanation ?

    F9 = Spawn close to allies

    F10 = Spawn close to axis

    F11 = Join Allied team

    F12 = Join Axis team


    Backspace = Go specatator mode






    Feel free to use it
    .
    .
    d r i f t e r s ^ d e n t o n

  • #2
    thanks denton, you are more usefull everyday (where have i seen that be4 )
    Last edited by BARTJE; 11-20-2002, 09:14 PM.
    if i can't revive it, nobody can!!!

    Comment


    • #3
      Hey Guys

      I think i posted how to do this in the last forum, or a link on it anyway...


      The Doc has been using keybinds like this, well just about forever


      ps
      Maybe this is how i survive on the modem HEh HeH

      Comment

      Working...
      X