Bugün 20% tasarruf edin Ödemede WELCOME kodunu kullanın. WELCOME

FiveM Evlilik Komut Dosyası (Evlilik Modu)

Ücretsiz bir komut dosyasını mı test ediyorsunuz?

Hızlı kontroller için ücretsiz komut dosyaları uygundur. Üretim sunucuları için, çerçeveye ve kullanım senaryosuna göre tam sunucu paketlerini veya ücretli, bakımı yapılan komut dosyalarını karşılaştırın.

Marry (FiveM/ESX/QBCore) — Weddings with Limo, Fireworks & Shared Surnames

Bring unforgettable weddings to your city. Marry lets players propose, accept, and celebrate with a full ceremony pipeline: limousine ride, cinematic camera, synchronized fireworks, optional outfits—and an automatic shared last name for both partners.

İndirmek


Why “Marry”?

Roleplay is all about meaningful moments. With Marry, engagements and weddings become server‑wide happenings rather than simple chat emotes. Everything is orchestrated server‑side for fairness and immersion, with a clean NUI for both proposer and receiver.

  • Immersive Ceremony: spawn limo + AI driver, route to venue, timed animations, fireworks, and camera shots.
  • Real Identity: optional last‑name update (auto‑detects ESX identity schemas) or soft mode via exports.
  • Frictionless Flow: propose → accept/decline → ceremony → cleanup. Server keeps the truth (money, DB, logs).
  • Multi‑Framework: ESX 1.1/1.2/oldlegacy/legacy and QBCore through a shared adapter.
  • Secure by default: session tokens, rate limits, proximity & cooldown checks, profanity filters.
  • Localized: EN/DE locales out of the box.
  • Tamamen Açık Kaynaklı

New to frameworks? Our quick Framework Rehberi (ESX vs QBCore vs QBOX) can help you choose the right base for your city. Read the guide »


Feature Highlights

  • Proposal System — Nearby player picker, surname entry, venue selector, optional message; receiver sees a modal prompt to accept or decline.
  • Ceremony Pipeline — Optional routing buckets for isolation, AI‑driven limo from pre‑anim start to destination, synchronized fireworks, male/female anims, and cinematic camera.
  • Surname Update — Auto‑detects kullanıcılar/characters tables (ESX variants); falls back to soft‑mode export if no identity system is present.
  • Config‑Driven — Stations, venues, animations, fireworks, clothing hooks, and prices are all in config.
  • Admin Tools/marry:divorce Ve /marry:status with ACE permission FiveMX_marry.admin.
  • Developer Surface — Exports for marital status & partner lookup, plus stable events for integrations (HUDs, scoreboards, etc.).

How it Works (Player Journey)

  1. Propose near a configured Marry Station or via /marry (at station).
  2. Accept/Decline — Receiver gets a localized prompt with details.
  3. Celebrate — On acceptance, fee is processed, DB entries are created, surname logic runs, and the limo + fireworks + camera sequence kicks in. The server cleans up everything at the end.

Uyumluluk ve Gereksinimler

  • Frameworkler: ESX (1.1, 1.2, oldlegacy, legacy) Ve QBCore (parity via adapter).
  • Veritabanı: oxmysql (migrations included).
  • İsteğe bağlı: skinchanger / esx_derisi veya qb-giyim for wedding outfits.

New to QBCore? See our quick starter on QBCore ve Scripts'nin Kurulumu.
Follow the steps »


Compatible with this Wedding dress:

https://fivemx.com/fivem-wedding-dress

Installation (5–10 minutes)

  1. Drop the folder FiveMX_marry sunucunuzun içine kaynaklar/.
  2. Ensure dependencies (es_genişletilmiş veya qb-çekirdek, Ve @oxmysql).
  3. Start once; migrations auto‑create tables marriages Ve marriage_audit.
  4. Yapılandır yapılandırma.lua (see below) and set your desired ESX version string.
  5. Add to your sunucu.cfg in proper order: ensure oxmysql ensure es_extended # or: ensure qb-core ensure FiveMX_marry
  6. Restart the server or the resource via txAdmin.

Tip: After go‑live, use Resmon to keep an eye on performance while players test the ceremony. How to use Resmon »


Configuration Snapshot

Below is a tiny excerpt to illustrate the style (we ship a full, documented config):

FiveMXCore = FiveMXCore or {}
FiveMXLocales = FiveMXLocales or {}

-- Framework & version
FiveMXCore.ESXVersion = 'legacy' -- 1.1 | 1.2 | oldlegacy | legacy

-- Internal event prefix (do not change at runtime)
FiveMXCore.InternalPrefix = 'FiveMX_marry:'

-- Price & stations
FiveMXCore.MarryPrice = 5000
FiveMXCore.MarryStations = {
  { pos = vec3(-1378.4, -1409.8, 4.3), ped = 's_m_m_highsec_01', blip = {sprite=280, color=3}, radius = 3.0 }
}

-- Venues
FiveMXCore.MarryLocations = {
  beach = {
    preanim = { car = 'stretch', start = vec3(-1395.1,-1370.2,4.5), destination = vec3(-1495.2,-1045.5,6.3), speed = 14.0 },
    mainanim = { duration = 30, camera = { fov = 60 } , firework = { loop = 3 } }
  }
}

A built‑in validator checks venues, stations, fireworks, and framework settings at startup, logging clear warnings if anything is misconfigured.


Admin Commands & Permissions

  • /marry — open the proposal UI (at a Marry Station).
  • /marry:status [id] — print marriage status for you or a target.
  • /marry:divorce <id|identifier> — close an active marriage record; optional surname revert.

ACE Permission: FiveMX_marry.admin


Developer API (Exports)

Use these to integrate with HUDs, scoreboards, or custom storylines:

exports['FiveMX_marry']:IsMarried(identifier_or_source) -- boolean
exports['FiveMX_marry']:GetPartner(identifier)          -- {identifier, surname, married_at} | nil
exports['FiveMX_marry']:GetMarriageRecord(identifier)   -- table | nil

Olaylar follow the pattern FiveMX_marry:<side>:<name> and are protected by session tokens and proximity checks. See the README for a full list.


Security & Fair Play

  • Server‑side money ele alınması & DB writes
  • Session tokens (rotated), cooldowns & rate limits
  • Proximity checks (stations & partners), input sanitization
  • Optional routing buckets during ceremonies

SSS

Does it work on both ESX and QBCore?
Yes—full parity through a shared framework adapter.

Will it change player last names?
If your ESX identity schema exposes a lastname column, we can sync it. Otherwise, surname is stored in our own table and exposed via exports (for HUD'lar/scoreboards).

What about performance?
The ceremony uses short‑lived entities and cleans up rigorously. Use Resmon during your first events to confirm budget on your machine.

Can we add our own venues & fireworks?
Absolutely—everything is config‑driven. Add new MarryLocations with pre‑anim and main‑anim blocks.

How do we localize?
Ayarlamak FiveMXCore.Locales and edit locales/en.lua veya locales/de.lua.


Değişiklik Günlüğü

v1.0.0 — Initial public release: proposals, full ceremony pipeline, surname integration, EN/DE locales, exports, admin tools, config validator.


Need help setting it up or want a custom ceremony pack? Reach out via Destek from the site footer.

Luka
Luka

Ben Luke, bir oyuncuyum ve FiveM, GTA ve rol yapma hakkında yazmayı seviyorum. Bir rol yapma topluluğu yönetiyorum ve sunucuları yönetme konusunda yaklaşık 10 yıllık deneyimim var.

Articles: 436