Search found 1 match

by fredrik.e
Thu Jun 02, 2016 6:11 pm
Forum: Mods
Topic: [MOD 0.12.x] Dude, where's my car?
Replies: 13
Views: 16869

Re: [MOD 0.12.x] Dude, where's my car?

If you just want to gather (fetch) the first vehicle on the map you can use this code in the console.

Code: Select all

/c game.get_surface(1).find_entities_filtered{area = {{-100000, -10000}, {100000, 10000}}, type= "car"}[1].teleport(game.player.character.position)

Go to advanced search