Disableing Invisible

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

War Penguin

In A War With The Penguins .. Im Loseing
Apr 3, 2005
52
0
0
Duluth, GA
www.freewebs.com
Hello, I am trying to disable invis for my clan this is what i have so far but it isnt stoping it

Code:
//=====================================================
// MutDisableInvisible - Made by {KDS}war_penguin
//=====================================================
class MutDisableInvisible extends Mutator
    config(user);

var() config bool bDisableInvis;
		
simulated function DisableCombos(bool invis)
{
  bDisableInvis = True;

  	

}

defaultproperties
{
     GroupName="MutDisableInvisible"
     FriendlyName="Disable Invisible"
     Description="Diable Invisible mutator made by {KDS}war_penguin "
}