Пятница, 07.02.2025, 03:57 Hello Гость | RSS
Site home | Action Scripts - Counter Strike 1.6 | Регистрация | Вход
[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
Статистика Top 5
Последние новости Самые отвечаемые темы Последние статьи Последние сообщения
Left 4 Dead 19.10.2008
Pro Evolution So... 19.10.2008
Время до выхода ... 19.10.2008
Alexander 'Leif'... 19.10.2008
S.T.A.L.K.E.R.: ... 21.10.2008
  • Флуд тут и тольк... (144)
  • Ассоциации (138)
  • Ваши вопросы и п... (81)
  • Мувик про ваш че... (52)
  • Готовый сервер P... (52)
  • Решения наиболее... 20.01.2008
    Как стать мастер... 20.01.2008
    Студент убил соп... 20.01.2008
    В Бразилии запре... 20.01.2008
  • Баннер обмен (10)
  • Совместимость ... (0)
  • СЕЙЧАС Фригейм... (0)
  • СЕГОДНЯ Фригей... (0)
  • Фригейм - 11 я... (0)
  • Хочешь БЕСПЛАТ... (0)
  • Цигун (0)
  • Древняя систем... (0)
  • Мониторинг игр... (0)
  • Скачать Counte... (0)
  • Тема Дата, Время Автор Раздел
    Новые пользователи Активные пользователи Лучшие комментаторы
    malfed4ik 07.11.2021
    sanya12 13.12.2017
    stefani18 17.03.2016
    polina2016 27.11.2015
    dgrinkov 04.11.2015
    Lacrim 558
    Stalin 381
    karandash 177
    xeleron 110
    eMs 56
    Lacrim 20
    mALOY_2HS 16
    scr1mka 14
    serewkA 14
    Stalin 14
    • Страница 1 из 1
    • 1
    Action Scripts
    Stalin

    Создал КС
    Группа: Администраторы
    Сообщений: 381
    Репутация: 11  ±
    Замечания:  ±
    Статус: Offline
    Notes/Usage Instructions:

    //==============================
    //Dual control sets by J2K!
    //==============================

    This is a script i wrote at a friend's house when we only had one computer with Counter-Strike Source. We were taking turns online and got tired of resetting our controls every time we switched over.

    Eventually i wrote a script that in one press of a button, we could toggle between two complete control sets, making life a lot easier.

    //Controls
    Below are two sets of controls.
    Controls in green are for player 1.
    Controls in cyan are for player 2.

    _______________________________________________________________________________________________
    alias Set1Jumps "bind mwheelup +jump; bind mwheeldown +jump; bind space +jump;"
    alias Set2Jumps "bind mouse3 +jump;"
    alias Set1Crouch "bind ctrl +duck;"
    alias Set2Crouch "bind shift +duck;"
    alias Set1Use "bind e +use;"
    alias Set2Use "bind q +use;"
    alias Set1QuickChange "bind q lastinv;"
    alias Set2QuickChange "bind e lastinv;"
    alias Set1Scores "bind tab +showscores;"
    alias Set2Scores "bind capslock +showscores;"
    alias Set1BuyMenu "bind b buymenu;"
    alias Set2BuyMenu "bind tab buymenu;"
    alias Set1Sensitivity "sensitivity 2.4;"
    alias Set2Sensitivity "sensitivity 3.5;"

    //Indifferences
    We found sometimes we had controls left over such as his mouse3 being bound to +jump but i did not wish to have mouse3 bound at all.

    I set up an indifferences section for the script to make sure these extra settings were fixed when we changed control set.

    alias Set1Indifferences "unbind mouse3; unbind capslock;"
    alias Set2Indifferences "bind mwheelup invprev; bind mwheeldown invnext;"

    //Combine controls into player names for toggling
    alias Player1Name "Set1Jumps; Set1Crouch; Set1Use; Set1QuickChange; Set1Scores; Set1BuyMenu; Set1Sensitivity; Set1Indifferences;"
    alias Player2Name "Set2Jumps; Set2Crouch; Set2Use; Set2QuickChange; Set2Scores; Set2BuyMenu; Set2Sensitivity; Set2Indifferences;"

    //The toggler
    alias controlset Player1Controls
    alias Player1Controls "Player1Name; alias controlset Player2Controls;"
    alias Player2Controls "Player2Name; alias controlset Player1Controls;"

    //The bind
    bind * controlset

    Now you can instantly switch between control sets by hitting the * key on the numpad!

    Hope this helps (:

    Прикрепления:








     
    Сообщение отредактировал
    [ (RU) ]
    • Страница 1 из 1
    • 1
    Поиск:


    Made by Lacrim
    2007-2008
    Сайт управляется системой uCoz