Entity Remover Gun by ICTechnologies
Need a entity remover script that is auctually networked? Try this one! We coded this after having some frustration of not getting rid of pesky props left by modders. We made it comepletely networked and all entities are handled by the server. All you do is run the command, aim at an entity, and press E!
Features
- Command Based with Ace Permissions (Default: /delgun)
- Configurable
- 2D Hud Text when the Delgun is Active
- Configurable
- Fully Networked Requires Onesync
- Very Optimized 0.05-0.06ms when active.
Config
Config = {
command = "delgun",
button = 38, --E by default, use numbers via https://docs.fivem.net/docs/game-references/controls/#controls
aceperm = "entityremover.delgun", --Set to nil or "" to disable permission checking.
helptext = "Toggle the entity delete gun!",
Display = {
enable = true, --If you want hud to to be visable. If set to false chat messages will be sent instead.
x = .5,
y = .8,
text = "You are currently deleting entities. Aim at an entity and press ~r~E ~w~to delete it.",
scale = .6,
center = true,
},
}
Installation
- Download from Github.
- Extract
- Place EntityRemover into Resources
- Configure Script
config.lua
- Put
start EntityRemoverGun
in your server.cfg - Put
add_ace group.YOURGROUPNAMEHERE entityremover.delgun allow
in your server.cfg - Start your Server/the script.
- Enjoy!
Download Link
v1.0.0-EntityRemoverGun.zip (16.5 KB)
Code is accessible | Yes |
Lines (approximately) | ~200+ |
Requirements | Onesync |
Support | Yes |