Jump to content

Noclip 1.1.0

$9.99
   (2 reviews)

1 Screenshot

Recommended Comments

SlayersRust

Posted

Could you add a configuration option to only allow players to fly within their TC Privileged areas?

MuB-Studios

Posted

On 11/15/2023 at 1:57 PM, SlayersRust said:

Could you add a configuration option to only allow players to fly within their TC Privileged areas?

please write to me in Discord mbstudios
Since I can only publish one version here

RiekMedia

Posted (edited)

delete pls

Edited by RiekMedia
RiekMedia

Posted (edited)

1. 'Harmony' is an ambiguous reference between 'ConVar.Harmony' and 'HarmonyLib.Harmony' [CS0104]
(Noclip 17 line 104)

01/14 13:57:59 | 2. 'Harmony' does not contain a definition for 'DEBUG' and no accessible extension method 'DEBUG' accepting a first argument of type 'Harmony' could be found (are you missing a using directive or an assembly reference?) [CS1061]
(Noclip 25 line 123)

Edited by RiekMedia
MuB-Studios

Posted (edited)

26 minutes ago, RiekMedia said:

1. 'Harmony' is an ambiguous reference between 'ConVar.Harmony' and 'HarmonyLib.Harmony' [CS0104]
(Noclip 17 line 104)

01/14 13:57:59 | 2. 'Harmony' does not contain a definition for 'DEBUG' and no accessible extension method 'DEBUG' accepting a first argument of type 'Harmony' could be found (are you missing a using directive or an assembly reference?) [CS1061]
(Noclip 25 line 123)

Do they use carbon or oxides?
Latest version contains the fix

Edited by MuB-Studios
SlayersRust

Posted

With the NEW EAC changes will their be any issues with false bans from EAC?

They said this happened when they were noclipping and just shot a pig at their base.

20240406013401_1.jpg

JustANoob

Posted (edited)

Can you add option to make it work only on boat TC?

 

Also can I turn ServerArmour setting to catch cheats back on for this version?

 

Thank You!

 

I change it because I hide myself in some plugins and don't want to be seen, I'm admin.

Also when your an admin and run this plugin and do the command get out it takes you out of admin and you can't use your admin powers.
image.png.1bdc82ba01c3894bd87d0335c83772a0.png

HUD:
BasePlayer.activePlayerList.Count(x => x.IsAdmin == false).ToString()
BasePlayer.sleepingPlayerList.Count(x => x.IsAdmin == false).ToString()
(ServerMgr.Instance.connectionQueue.Queued + ServerMgr.Instance.connectionQueue.Joining).Count(x => x.player.net.connection.authLevel == 0).ToString()

I change it here:

	private void OnPlayerDisconnected(BasePlayer player)
        {
            // Deaktiviere den NoClip-Modus, wenn der Spieler im NoClip-Modus ist
            if (IsPlayerInNoclip(player))
            {
                ToggleNoclip(player);
            }

            player.SetPlayerFlag(BasePlayer.PlayerFlags.IsDeveloper, false);
	    // player.SetPlayerFlag(BasePlayer.PlayerFlags.IsAdmin, false);
            _playersNoMonument.Remove(player);
        }


I change it here:

	private void ExecuteCommandCrutch(BasePlayer player, string command, params object[] args)
        {
            timer.Once(1.0f, () => {
            player.SetPlayerFlag(BasePlayer.PlayerFlags.IsDeveloper, true);
            // player.SetPlayerFlag(BasePlayer.PlayerFlags.IsAdmin, true);
            });
            player.SendEntityUpdate();

            IgnoreSetInfo.Add(player.userID);
            if (args.IsNullOrEmpty())
                player.SendConsoleCommand(command);
            else
            {
                player.SendConsoleCommand(command, args);
            }

            IgnoreSetInfo.Remove(player.userID);
        }

 

Edited by JustANoob
SlayersRust

Posted

Can you udpate this to fix everyone getting banned for cheat detected? My players have been waiting patiently

MuB-Studios

Posted

55 minutes ago, SlayersRust said:

Can you udpate this to fix everyone getting banned for cheat detected? My players have been waiting patiently

hey yes I will fix it today. I was in the hospital until yesterday

SlayersRust

Posted

1 hour ago, MuB-Studios said:

hey yes I will fix it today. I was in the hospital until yesterday

So sorry to hear that! Get better soon ❤️

MatthiasBM

Posted

(20:51:04) | Error while compiling Noclip: 'AntiHack' does not contain a definition for 'NoteAdminHack' | Line: 53, Pos: 57

  • Sad 1

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
  • Like 1

User Feedback

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.3k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

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.