Configuring this resource

🧭 Installation

  1. Place the resource in your resources/ directory.

  2. Add to your server.cfg:

    ensure MirrorParkStudios-Mobilising
  3. Modify Shared/Config.lua to suit your station layout and call signs.

  4. Add your sound files to the appropriate directory.

  5. Restart the server.


βš™οΈ Configuration

All configuration is handled inside:

Shared/Config.lua

🎯 Events

Server-Side Turnout

TriggerEvent("MPS-TurnoutSystem:Server:TurnoutCallsigns", callsigns, turnoutMessage)
  • callsigns: An array like {"E435", "E431"}

  • turnoutMessage: A string (can include HTML <br /> for formatting)


Server-Side Station Broadcast

  • stations: An array like {"F22", "F23"}

  • message: A string message to broadcast

  • informationMessage: true/false - whether to play the info message tone


Server-Side Standby Order

  • callsigns: An array like {"E435", "E431"}

  • station: A string, e.g., "F22"


πŸ“¦ Sample Station Config


πŸ’¬ Commands

Players can open the mobilising interfaces manually:


🎧 Sound Files

Sound files (e.g. E431.ogg, turnouttone.ogg) should be placed in your html/sounds/ or wherever your resource defines. They must match the names defined in the config but do not include file extensions.

Last updated