Blips & Reminders
Active events appear as blips on the GTA minimap, and players can set reminders to receive notifications before events start.
Map Blips
- Active events automatically create blips on the minimap
- Blips are removed when events end or are deleted
- Blip sprite, color, and scale are configurable
Blip Configuration
| Option | Default | Description |
|---|---|---|
Config.Features.EnableBlips | true | Enable event map blips |
Config.BlipSettings.Sprite | 439 | Blip sprite ID |
Config.BlipSettings.Color | 3 | Blip color ID |
Config.BlipSettings.Scale | 0.8 | Blip scale |
Config.BlipSettings.Display | 4 | Blip display mode |
Reminders
Players can toggle reminders for active events they are interested in:
- Click the bell icon on an event card or detail page
- A background thread checks every 30 seconds for upcoming events
- When the event is within the configured reminder time, a notification is sent
- Each reminder fires only once to prevent spam
Reminder Configuration
| Option | Default | Description |
|---|---|---|
Config.Features.EnableReminders | true | Enable the reminder system |
Config.EventSettings.ReminderTime | 60 | Minutes before start to send reminder |
GPS Waypoints
Joined participants can set a GPS waypoint to the event location:
- Click Set Waypoint on the event detail page
- Only available for events the player has joined
- Only available when
Config.Features.EnableWaypointsistrue
| Option | Default | Description |
|---|---|---|
Config.Features.EnableWaypoints | true | Enable GPS waypoint feature |
