Help with making a car not get sucked up by tractor-beam
Posted in Support
Please sign in to reply to this topic.
jrburger95 How do you make it so that a car does not get sucked up by the tractor-beam in level 7 like the Black Ferrini.
How do you make it so that a car does not get sucked up by the tractor-beam in level 7 like the Black Ferrini.
Loren Add RequiredHack=CustomCarSupport to your Mod's Meta.ini and then create CustomCarSupport.ini if your mod doesn't already use it.
In the ini file add:
Abductable=0
Add RequiredHack=CustomCarSupport to your Mod's Meta.ini and then create CustomCarSupport.ini if your mod doesn't already use it.
In the ini file add:
[code][CARNAMEHERE]
Abductable=0[/code]
In the ini file add:
[code][CARNAMEHERE]
Abductable=0[/code]