Recent content by Collie

  1. Collie

    Answered Trying to get a sound to play when you melee with the Wolfbow

    Thanks for the help! I had a problem with actually getting the sound to play, but I solved that on my own.
  2. Collie

    Answered Trying to get a sound to play when you melee with the Wolfbow

    Exactly as the title says, I'm trying to get the game to play a specific sound when the player melees with the wolf bow out. I have put the sound in my mod's folders, however I am having difficulties getting the game to recognize that the player is holding the wolfbow. Here is the code I am...
  3. Collie

    Answered How to change the Speed Cola / Double Tap reloading speed? GSC

    Hi xasgs22, I am the creator of the mod you linked above. If you just want a mod to change the perks, then I will provide you with the script to do so. Since you said that you followed the guide Cabcon linked, I will just get you to replace the text contained in your mod's _clientids.gsc Just...
  4. Collie

    Answered Trying to make a script that gives points when you press a button, having trouble printing a message

    Thanks for trying VerTical, but that code crashes the server. It took a while, but I finally found a workaround. I'll post it here in case someone else runs into the same problem. function somethingthatcallscheck() { thread check(); } function points() { self iprintlnbold( "Press...
  5. Collie

    Answered Trying to make a script that gives points when you press a button, having trouble printing a message

    So I'm trying to add a script that prints to the screen a message saying that you have to press a button to either accept 100,000 points or decline them, but no matter what I do I can't get the game to print my message. The button pressing works just fine, but here's the script: function...
  6. Collie

    Answered Has anyone figured out how to use gobblegums in scripts? GSC Black Ops 3

    Yeah a modtools update would be great right about now :grinning:
  7. Collie

    Answered Multiplayer Movement in Shadows of Evil

    Thanks for the reply CabCon. Hopefully there's a way around it.
  8. Collie

    Answered Has anyone figured out how to use gobblegums in scripts? GSC Black Ops 3

    I want to use some of the gobblegums in my scripts, but we're missing a lot of necessary information in _zm_bgb.gsc I was wondering if anyone's managed to export the full scripts or something along those lines?
  9. Collie

    Answered Multiplayer Movement in Shadows of Evil

    I am also interested in this working on all maps. Cabcon, have you had any time to look into this?
Top