Would be nice if you could post a preview...i think its standalone had it working on qb-core-=Stripped Content=-
CreateThread(function()
SwitchTrainTrack(0, true)
SwitchTrainTrack(3, true)
SetTrainTrackSpawnFrequency(0, 2 * 60 * 1000) -- 2 minutes in milliseconds
SetRandomTrains(1)
-- turn off/On doors opening
SetTrainsForceDoorsOpen(false)
end)