Thanks to visit codestin.com
Credit goes to github.com

Skip to content

selenter-c/easyesp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyESP

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 asterion

function list

PLUGIN:AddPlayerESPCustomization() -- Adds new values for the player
PLUGIN:AddEntityESPCustomization() -- Adds new values for the entity

If 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)
}

Pictures from the latest version of the plugin gm1 gm2 gm3 gm4 gm5

An example of a finished cl_config.lua file alt text

About

A plugin that adds a new ESP for the Project Administration. Plugin is easy to edit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages