Jump to content

Hoffers213

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Everything posted by Hoffers213

  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; };
×