• VIP Yearly: 30 euro until end of January!

    We wish everyone a healthy, blessed 2025! We are here to stay, join our community and see the difference.

QBCORE metro-trains (1 Viewer)

  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.

tupaki

Member
Feb 22, 2023
32
0
8
Credits
8
you can enable the spawning of metros and trains using natives, here's a small snippet

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)
 
  • Post hidden due to user being banned.

Users who are viewing this thread

Top