Theme editor

  • If you experience issues login with Discord, reset your password and wait 3 minutes for the email!

QBCORE metro-trains

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