Events
dr-events
is an advanced event management system for FiveM, running on top of ESX or QBCore frameworks using the required dr-bridge
integration layer. It allows players to create, view, and manage events in-game via an intuitive NUI interface.
π§© Overview
Full in-game event creation and management
Responsive and modern NUI interface
Interactive map for location selection
Join/leave system with live attendee counter
In-game GPS navigation
Multi-language support (CZ, EN)
βοΈ Requirements
FiveM server with ESX or QBCore
dr-bridge (required)
NUI support (Native UI)
Recommended: Lua knowledge for customization
π¦ Installation
Download
dr-events
and place it inside yourresources
folderEnsure
dr-bridge
is installed and functionalIn your
server.cfg
, add:
π₯οΈ Usage
π§ Opening the UI
Use the command:
π Creating an Event
Open the interface using
/event
Click on New Event
Fill in the form:
Title
Description
Flyer link (optional)
Location (map or current)
Date and Time
Click Create Event to save
π Joining & Navigating
Click Join or Cancel Participation
Use Navigate to set a GPS waypoint to the event location
π Localization
Copy
locales/en.lua
and paste itlocales/YourLanguage.lua
Edit text in your new locale
Translate the values and use the appropriate key
Example:
π οΈ Configuration
Edit the file config.lua
:
Config.Locale
β e.g.'cs'
or'en'
Config.Permission
β control who can manage eventsConfig.DiscordWebhook
β URL for Discord webhook (optional)
π Permissions
Only authorized users can delete all events
Permission can be based admin role
Admin role can use command
/eventadmin
π Support
For help or questions, visit my discord server
Last updated