How to Disable TXAdmin NoClip Particle Effect

Published on
1 mins read
--- views

When using TXAdmin's NoClip feature, you may want to disable the particle effects that appear around your character. Here are three simple methods to accomplish this:

Method 1: Through TXAdmin Dashboard

In the TXAdmin Admin Panel/Dashboard:

  1. Navigate to Settings
  2. Go to FXServer
  3. Find Additional Arguments section
  4. Add the following command:
    +set txAdmin-menuPtfxDisable true
    

Method 2: Edit Config File Directly

You can add the command directly to your configuration file at:

\txData\default\config.json:37

Method 3: Add to server.cfg

Alternatively, you can add the following line to your server.cfg file:

set txAdmin-menuPtfxDisable true

After implementing any of these methods, restart your server for the changes to take effect.

Join Our Community!

Get help, share ideas, get free scripts, and connect with other RedM enthusiasts in our Discord server.

Join Discord