Jump to content

Hoffers213

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Hoffers213

  • Rank
    Newbie
  1. Hoffers213

    TCG Copyright

    You should possibly look into the files to see if there is any public variables that have to be checked.. To stop the freezing just add this somewhere in your init.sqf if(isServer) exitWith{}; while(true) do { disableUserInput false; };
×