NTeam Development
  • MAIN
  • INFORMATION
    • Support
    • Licenses
  • FAQ
    • You lack the required entitlement to use
    • Random props on map / textures bug / missing buildings
    • sp_manifest.ymt error?
    • Stuck on loading screen?
  • TUTORIALS
    • Conflicts
    • Bilboards
  • MAPS
    • Installation
    • Los Santos River
      • Installation
    • Custom Caffe
      • Elevator script
    • Mile High
      • Versions
      • Elevator script
    • Bridge V2
      • Blockade Script
    • Borders
      • Borders script
    • Monorail
    • Hospital
  • SCRIPTS
    • Admin Panel
      • ESX
        • Installation
        • Config
        • Webhook
      • QB-Core
        • Installation
        • Config
        • Webhook
    • Job Dashboard
      • ESX
        • Installation
        • Config
        • Presets
        • Logs
    • Pause Menu
      • ESX & QB-Core
        • Installation
        • Config
        • Style
    • Train scenario script
Powered by GitBook
On this page
  1. MAPS

Monorail

Installation process

FaQ about monorail map

  1. Map and script need to be directyl in resource folder, not in any subfolder

  2. Map need to be ensured in server.cfg before script

  3. If you have duplicate gta5.meta file you need to edit:

TRAINCONFIGS_FILE and TRAINTRACK_FILE inside.

It need be in every gta5.meta file like this:

resources:/cfx-nteam-monorail-map/trains.xml TRAINCONFIGS_FILE resources:/cfx-nteam-monorail-map/traintracks.xml TRAINTRACK_FILE

  1. Script can't work with any other metro script for now ( trains script won't affect )

  2. If you have duplicate traintracks.xml files you need to edit that too

In traintracks.xml you need to add this on end:

<train_track
    filename="resources:/cfx-nteam-monorail-map/trains13.dat"
    trainConfigName="metro_group"
    isPingPongTrack="false"
    stopsAtStations="true"
    MPstopsAtStations="true"
    speed="8"
    brakingDist="10"/>

Don't try to find train in noclip, go on station and wait. ## Tutotiral on how to edit your gta5.meta files:

PreviousBorders scriptNextHospital

Last updated 1 month ago