Results 1 to 8 of 8

Thread: One key - two different scripts. It's possible ? Bind for Capslock.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private First Class G-Stuff002's Avatar
    Join Date
    Jan 2018
    Posts
    212
    Thanks
    42
    Thanked 109 Times in 107 Posts
    Sorry but this is not working.

    I created cfg file and executed him from game, that's what wrote to me:

    ] exec capslock.cfg
    bind <key> [command] : attach a command to a key
    Unknown command: set
    Unknown command: set


    sorry this is for CS:GO script, maybe the command is not suitable. This is slowmo script


    When i separately use 2 command it's work fine,
    Bind "capslock" "host_timescale 0.3"
    Bind "capslock" "host_timescale 1.0"

    but how to combine two command on one button capslock


    I also tried to bind separately in console (take turns)


    set abc "set timescale 0.3; bind capslock vstr def"

    set def "set timescale 1; bind capslock vstr abc"

    bind capslock vstr abc


    sv_cheats 1 (for this enabled)
    Last edited by G-Stuff002; 6th August 2019 at 13:22.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •