For the complete documentation index, see llms.txt. This page is also available as Markdown.

Advanced Documentation

View developer exports, events, and other integration options with Traffic Engine.

Will be updated as time goes on.

  • Exports

  • Events

  • To change EMS vehicles for Police, Ambulance and Firetrucks are found in the config.lua to change EMS responses at breakdowns.

    responseVehicles = {
            police = { model = 'police', pedModel = 's_m_y_cop_01', maxPeds = 2 },
            ambulance = { model = 'ambulance', pedModel = 's_m_y_autopsy_01', maxPeds = 4 },
            firetruk = { model = 'firetruk', pedModel = 's_m_y_fireman_01', maxPeds = 3 }

Last updated

Was this helpful?