[FREE] [STANDALONE] Wdev Entity System

Wdev Entity System

This project is a standalone interactive menu for FIVEM designed to control nearby entities. The menu provides users with information about vehicles, peds, and objects, enabling actions such as movement, deletion, and other interactions on these entities. Users can also create new entities through the menu. The script operates with some limitations when there is more than one player on the server. However, it strives to request entity control when necessary.

Includes several exports, both for the client and server, allowing you to invoke the menu from within other scripts.

image

GITHUB LINK


:floppy_disk: Wdev Entity System

Show menu:

Command: /menu

Features Overview


General:

  • Display a list of all nearby entities, with the option to limit the radius (set to 0 for unlimited).

Vehicles:

  • Spawn: Create a new vehicle.
  • List Nearby Entities: Display nearby vehicle entities.
  • Entity Information: Provide details about the selected vehicle entity.
  • Delete Entity: Remove the selected vehicle entity.
  • Move Entity: Change the position of the selected vehicle entity.
  • Freeze Entity: Prevent the selected vehicle entity from moving.
  • Selected Entity Indicator: Highlight the currently selected vehicle entity.

Peds:

  • Spawn: Generate a new ped.
  • List Nearby Entities: Show nearby peds entities.
  • Entity Information: Retrieve information about the selected ped entity.
  • Delete Entity: Eliminate the selected ped entity.
  • Move Entity: Adjust the position of the selected ped entity.
  • Freeze Entity: Restrict the movement of the selected ped entity.
  • Kill/Revive Ped: Cause the death or revive the selected ped.
  • Selected Entity Indicator: Highlight the currently selected ped entity.

Objects:

  • Spawn: Create a new object.
  • List Nearby Entities: Display nearby object entities.
  • Entity Information: Provide details about the selected object entity.
  • Delete Entity: Remove the selected object entity.
  • Move Entity: Change the position of the selected object entity.
  • Freeze Entity: Prevent the selected object entity from moving.
  • Selected Entity Indicator: Highlight the currently selected object entity.
Code is accessible Yes
Subscription-based No
Lines (approximately) 1300
Support Yes
3 Likes

thanks

1 Like