CS2 Jump Throw Bind by one key

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024

Комментарии • 6

  • @katenursingstudyguidesonet411
    @katenursingstudyguidesonet411 3 месяца назад

    nice

  • @chilleverywhere503
    @chilleverywhere503 4 месяца назад

    Hello, you script awesome. Single script i found that works. Thank you. Have you any ideas how make mid jumthrow. With mouse1 and mouse2 pressed?

    • @csbelikeapro7542
      @csbelikeapro7542  4 месяца назад

      Thanks! I am not sure, give me the details please

  • @IamAshishChauhan
    @IamAshishChauhan 4 месяца назад

    not working
    Error : [Console] Unknown command '+jumpat'!

    • @csbelikeapro7542
      @csbelikeapro7542  4 месяца назад

      That's not good, need to fix it =)))
      The Error says that your script is trying to execute the "+jumpat" command, but such a command does not exist.
      In my example, I DIDN'T USE SUCH a command! Check your script! Carefully check the name of the created commands and which of the created command you try to execute.
      Some tips:
      1. If you are trying to write a script yourself, follow the instructions in the video and repeat everything step by step, carefully replacing my commands names with your own.
      2. If you just need a script, copy the script from the description; if you need it, you can change the bound button. The bound button is "mouse5".
      Good Luck!

    • @csbelikeapro7542
      @csbelikeapro7542  4 месяца назад

      My bad, sorry. Fixed!
      alias "+jpat" "+jumpat" - wrong
      alias "+jpat" "+jump; +at" - right