Jump to content
  • 2
Aja

How to disable cheats overlay / Как отключить чит-оверлей

Question

Many players have already noticed that in A3, it is possible to exploit an unfair advantage in the form of a cheat in the Steam overlay.

Now, a way has been found to prevent this and put an end to these cheaters:

https://community.bistudio.com/wiki/Arma_3:_Steam_Game_Recording

 

Многие игроки уже заметили, что в A3 можно получить нечестное преимущество, используя читы в оверлее Steam.

Теперь найден способ предотвратить это и положить конец читерству:

https://community.bistudio.com/wiki/Arma_3:_Steam_Game_Recording

 

 

Disabling default Events in a mission description.ext:

class SteamGameRecording
{
	class UnitKilled
	{
		scope = 0; //Accessor scope (0: private)
	};
	class VehicleKilled
	{
		scope = 0;
	};
};

 

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.