Recent content by bubblewrap

  1. B

    How to make a Dvar for Black Ops 2?

    Hi thanks for the response I tried init() { SetDvar("bot_difficulty", 0); Print("hello"); } but it did not change the bot_difficulty setting. To clarify, I also ran the following code: beginVal = getDvar( "bot_difficulty" ); Print ("beginVal " + beginVal); setDvar(...
  2. B

    How to make a Dvar for Black Ops 2?

    Hi, I compiled and ran this init() { SetDvar(" bot_difficulty", 0); Print("hello"); } and I put it in the AppData\Local\Plutonium\storage\t6\scripts\mp folder it did output hello to the console but the bot_difficulty stayed set to 1 Is there anything else I need to do to set a...
Top