A plugin that adds a new ESP for the Administration. Plugin is easy to edit. This plugin will work exclusively in Helix gamemode from NebulousCloud. Plugin changes the amount of data depending on the distance of the administrator from the player!
The plugin was developed by AsterionProject. Discord of our project: discord.gg/Cz3EQJ7WrF
PLUGIN:AddPlayerESPCustomization() -- Adds new values for the player
PLUGIN:AddEntityESPCustomization() -- Adds new values for the entityIf you want to add new entities to the render list, you will need to modify the PLUGIN.entslist table. An example of the finished code below:
PLUGIN.entslist = {
["ix_item"] = Color(157, 111, 210),
["ix_vendor"] = Color(197, 199, 62),
["ix_container"] = Color(41, 175, 34)
}