Skip to main content

Exports & Events

Open the selector

Two equivalent paths — pick whichever fits your code style:
opts is optional and, when present, may include:

Post-spawn hook (server)

Fires after a spawn is confirmed and the player is at their destination:
Use this for loadouts, vehicle assignment, welcome messages — anything that runs after a confirmed spawn.

Bridge ready (server)

Fires once when the framework bridge finishes detection:

Multichar integration

Wire your standalone multichar into the open flow:
Or list its event in Config.open.multichar — see Installation.