SMX logo

SMX Documentation

Production-grade Script Knowledge Base

Build 2026.04 Live Docs



Rusty Style Namechange

Scripts · FiveM Ready

Installation Blueprint

Step 1: Place Resource

Extract to resources/[smx]/smx-namechange.

Step 2: Import SQL

Import smx_namechange.sql to create request and history tables.

Step 3: Configure Framework

Set Config.Framework to esx, qb or standalone.

Step 4: Configure Locations and Access

Adjust cityhall locations, reviewer access groups/jobs and commands.

Step 5: Validation

Submit a test request and approve it through reviewer menu command.

Recommended server.cfg Order

ensure oxmysql
ensure es_extended   # or qb-core
ensure smx-namechange

The script creates missing SQL tables automatically, but importing the SQL file before first boot is still recommended.

Database Tables

  • smx_namechange_requests for active and decided request records
  • smx_namechange_history for immutable approval history entries

Both tables include identifier/citizenid linking fields for framework-specific character persistence.