Jump to content

Martin54

Members
  • Posts

    9
  • Joined

  • Last visited

Martin54's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. Doesn't work with attachTrailerToVehicle but the train resource works, thanks for your help
  2. Looks awesome, hard to believe that you can get all that performance from an old laptop which doesn't even have hard drives. Keep up the good work.
  3. I have only loop so far but I want the train carriages to follow eachothers like a train in single player. local, loco = createVehicle ( 537, 1467, -1532, 10 ) for k=1, 5 do local carriage = createVehicle ( 590, 1467+(k*18), -1532, 10 ) attachTrailerToVehicle( carriage, loco ) end
  4. Hi community! So I have created train by adding carriages and locomotive near eachothers but how do I attach them to eachothers and make them follow eachother, how can I be sure that they stay in the same track? Is there any function for this, attachTrailerToVehicle wont work. Please help.
×
×
  • Create New...