REMOVE_NPC_V3
Dit is een FiveM-script dat NPC’s en voertuigen in bepaalde zones verwijdert. Dit script kan handig zijn voor RP-servers om een schonere omgeving te creëren.
Functies
- Verwijder NPC’s: Verwijdert NPC’s die zich binnen een bepaalde afstand van gedefinieerde zones bevinden.
- Verwijder Voertuigen: Verwijdert specifieke voertuigen (bijvoorbeeld politie- of noodvoertuigen) binnen de gedefinieerde zones.
- ** Verwijder Voertuigen**: Verwijder normale voortuigen ook via blacklist list
- Debug Modus: Zet een debug-modus aan om meer informatie te krijgen tijdens het testen.
Installatie
- Download de repository: Kloneer deze repository of download de ZIP.
- Plaats het script: Zet de map in de
resources-map van je FiveM-server. - Configureer het script: Pas de configuratie aan in
config.luaom zones en instellingen naar wens in te stellen.
Configuratie
In config.lua vind je de volgende instellingen:
debug: Zet dit optrueom debug-informatie te zien in de console.zones: Hier kun je de verschillende zones definiëren. Elke zone heeft een naam, coördinaten en een afstand.npcDelete: Zet dit optrueom NPC’s in die zone te verwijderen.vehicleDelete: Zet dit optrueom voertuigen in die zone te verwijderen. Werk alleen als je de voertuig blacklist zetvehicleDelete: blacklist en whitlist voor de zone
Update Controleren
Het script controleert automatisch op updates via de GitHub API. Het doet dit elk uur en print een melding in de console en chat als er een nieuwe versie beschikbaar is.
Bijdragen
Als je wilt bijdragen aan dit project, voel je vrij om een pull request te maken of problemen te melden.
Licentie
Dit project is gelicentieerd onder de MIT-licentie. Zie het LICENSE-bestand voor meer informatie.
Made croky19
Full Changelog: https://github.com/Croky18/REMOVE_NPC_V1/compare/REMOVE_NPC_V2...REMOVE_NPC_V3
REMOVE_NPC_V3
This is a FiveM script that removes NPCs and vehicles in specified zones. This script can be useful for RP servers to create a cleaner environment.
Features
- Remove NPCs: Removes NPCs that are within a certain distance from defined zones.
- Remove Vehicles: Removes specific vehicles (e.g., police or emergency vehicles) within the defined zones.
- Blacklist Vehicles: Also removes normal vehicles via a blacklist.
- Debug Mode: Activate a debug mode to receive more information during testing.
Installation
- Download the repository: Clone this repository or download the ZIP.
- Place the script: Put the folder into your FiveM server’s
resourcesdirectory. - Configure the script: Adjust the configuration in
config.luato set up zones and settings to your liking.
Configuration
In config.lua, you will find the following settings:
debug: Set this totrueto enable debug information in the console.zones: Here you can define various zones. Each zone has a name, coordinates, and a distance.npcDelete: Set this totrueto remove NPCs in that zone.vehicleDelete: Set this totrueto remove vehicles in that zone. Works only if the vehicle blacklist is set.vehicleBlacklist: Define the blacklist and whitelist for the zone.
Checking for Updates
The script automatically checks for updates via the GitHub API. It does this every hour and prints a message in the console and chat if a new version is available.
Contributing
If you would like to contribute to this project, feel free to make a pull request or report issues.
License
This project is licensed under the MIT License. See the LICENSE file for more information.
Made by croky19
Download New
https://github.com/Croky18/REMOVE_NPC_V1/releases/tag/REMOVE_NPC_V3