Heaven_BR Posted June 11, 2012 Share Posted June 11, 2012 Hi! I would like to know how can I make a train change track. It's possible? Link to comment
micheal1230 Posted June 12, 2012 Share Posted June 12, 2012 local thetrain = createVehicle (538, x,y,z) setTrainDirection(thetrain, true) -- True Means Clockwise And False Means Anti-Clockwise. Link to comment
Heaven_BR Posted June 13, 2012 Author Share Posted June 13, 2012 But it doesn't change the train track, it changes the direction of train. Link to comment
myonlake Posted June 13, 2012 Share Posted June 13, 2012 That's probably part of the MTA train sync issues. Can't help. Link to comment
Moderators IIYAMA Posted June 13, 2012 Moderators Share Posted June 13, 2012 Maybe you can force it of the train rail, by using https://wiki.multitheftauto.com/wiki/SetTrainDerailable and https://wiki.multitheftauto.com/wiki/SetElementVelocity Link to comment
myonlake Posted June 13, 2012 Share Posted June 13, 2012 Maybe you can force it of the train rail, by using https://wiki.multitheftauto.com/wiki/SetTrainDerailable andhttps://wiki.multitheftauto.com/wiki/SetElementVelocity He doesn't want that. He wants the train to the other rail. Link to comment
Moderators IIYAMA Posted June 13, 2012 Moderators Share Posted June 13, 2012 Do I look stuppit? I know exactly what he wants. as I said you must force it of the rail and move it by script to another, when you hit something like a colshape. It is not possible to set the switch from rail to rail, because this is not possible in normal GTA SAN! There are mods for switches, but as far I know they can't be added in mta. Link to comment
myonlake Posted June 13, 2012 Share Posted June 13, 2012 Do I look stuppit? I know exactly what he wants.as I said you must force it of the rail and move it by script to another, when you hit something like a colshape. It is not possible to set the switch from rail to rail, because this is not possible in normal GTA SAN! There are mods for switches, but as far I know they can't be added in mta. There is no way to switch rails, unless you do some really hardcored script, but I doubt it. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now