Reply to thread

Hi, I compiled and ran this


[CODE]init()

{  

    SetDvar(" bot_difficulty", 0);

    Print("hello");

}[/CODE]


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 dvar from gsc?


thanks


Top