• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

QBUS metro-trains (3 Viewers)

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

tupaki

Member
Joined
Feb 22, 2023
Messages
33
Reaction score
0
Points
8
Credits
5
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)
 

Users who are viewing this thread

Top