Jump to content

AdminESP 2.0.0

$15.00
   (0 reviews)

4 Screenshots

  • 380
  • 14
  • 102.33 kB

AdminESP is a lightweight Rust Oxide plugin that lets administrators toggle an ESP mode. Once enabled, all players are highlighted through walls and objects, allowing for rapid target detection and efficient server oversight.

gif2.gif.ef5ca2377cec67270a4d0403d169e8d9.gif

# Configuration:

{
  "Privilege of using the ESP": "adminesp.use",
  "UI customization": {
    "Enable display of UI for the player": true,
    "AnchorMin Position": "0 0.025",
    "AnchorMax Position": "0.05 0.053"
  },
  "Display player avatars": true,
  "Enable prefix in messages": true,
  "Configuration version": {
    "Major": 2,
    "Minor": 0,
    "Patch": 0
  }
}

# Privilages:

Quote

adminesp.use

# Chat and console commands:

Quote

/ae - Open menu settings

/ae help - help 

# API:

private bool API_HasActive(ulong userID) - Does the player have ESP enabled return true/false
private void API_EspActivate(BasePlayer player) - Force ESP to turn on
private void API_EspDeactivate(BasePlayer player) - Force Disable ESP


#HOOKS

object CanChangedESP(BasePlayer player, bool activated) - Called before ESP is enabled/disabled, returning any value other than null will prevent the player from activating/deactivating ESP
void OnEspActivated(BasePlayer player) -Notification about player's ESP enabled
void OnEspDeactivated(BasePlayer player) - Notification about player's ESP being disabled

 

# LANG:

 

{
  "UI.ESP.Title": "ESP Settings",
  "UI.Button.Title": "ESP",
  "UI.Sleepers.Title": "Sleepers:",
  "UI.Sleepers.Description": "Display sleeping players",
  "UI.Distance.Title": "Distance:",
  "UI.Distance.Description": "Display distance",
  "UI.Update.Title": "Update:",
  "UI.Update.Description": "Update frequency",
  "UI.Admins.Title": "Admins:",
  "UI.Admins.Description": "Display administrators",
  "UI.Names.Title": "Names:",
  "UI.Names.Description": "Display names",
  "UI.Boxes.Title": "Boxes:",
  "UI.Boxes.Description": "Display player boxes",
  "UI.ViewLine.Title": "View Line:",
  "UI.ViewLine.Description": "Display player view line",
  "UI.LineLength.Title": "Line Length:",
  "UI.LineLength.Description": "Player view line length",
  "UI.Button.Off": "OFF",
  "UI.Button.On": "ON",
  "MSG.OFF": "ESP has been disabled",
  "MSG.ON": "ESP has been enabled",
  "MSG.Prefix": "<color=orange>[Admin ESP]:</color> ",
  "MSG.Permission": "You do not have access to this command",
  "UI.Msg.Help": "ESP Settings:\n/ae settings UpdateTime {0} - data update frequency (0.15 sec)\n/ae settings PlayerDistance {1} - max display distance (200 meters)\n/ae settings ShowAdmins {2} - display admins (true/false)\n/ae settings DrawNames {3} - display player names (true/false)\n/ae settings DrawBoxes {4} - display player boxes (true/false)\n/ae settings DrawEyeLine {5} - display player view line (true/false)\n/ae settings Sleeping {6} - display sleeping players (true/false)\n/ae settings EyeLineDistance {7} - player view line length (20 meters)",
  "DDRAW.Sleep": "Sleep",
  "DDRAW.Health": "Health:",
  "UI.Description.Bottom": "Powered by OxideBro 2025",
  "UI.SelectedPlayer.Title": "Selected player:",
  "UI.Buttons.All": "All",
  "UI.Buttons.Online": "Online",
  "UI.Buttons.Sleep": "Sleepers"
}

Screenshot_3.png.1443ee27ef86547a3b2beefe2b6102cd.png


OxideBro's Collection

User Feedback

1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

125.6k

Files Sold

Total number of files sold.

2.6m

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.