Results 1 to 10 of 14

Thread: SPRINT Mod For MeatBot COD2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    disable. the. sprint. mod. for. bots.

    Edit the code that starts the sprint code and disable it for bots.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  2. #2
    Private First Class G-Stuff002's Avatar
    Join Date
    Jan 2018
    Posts
    212
    Thanks
    42
    Thanked 109 Times in 107 Posts
    I think there maybe a problem with this code inside _sprint.gsc, look:

    if (!isMoving(self) || isHoldingNade(self) )
    and
    isHoldingNade(player)
    and
    if(isdefined (cw) && cw != "none" && !isHoldingNade(self))



    Bots use F (Activate key) for throwing grenades on map but F use for sprinting and occurs some incompatibility...

    I try change like this: if (!isMoving(self) || isHoldingluger(self) ) - did not help
    Attached Files Attached Files
    Last edited by G-Stuff002; 19th February 2018 at 13:38.

Posting Permissions

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