Hydraulics help
-
Hello!
Am making a car atm that I want to have hydraulics but when I add "FLAG_HAS_LOWRIDER_HYDRAULICS" to the vehicle.meta nothing changes. Anybody know how to fix this?
I will take any help I can get!
-
@Tweezi you need these entries in your car's carcols.meta
<Item> <identifier /> <modifier value="25" /> <audioApply value="1.000000" /> <weight value="0" /> <type>VMT_WHEELS_REAR_OR_HYDRAULICS</type> </Item> <Item> <identifier /> <modifier value="50" /> <audioApply value="1.000000" /> <weight value="0" /> <type>VMT_WHEELS_REAR_OR_HYDRAULICS</type> </Item> <Item> <identifier /> <modifier value="75" /> <audioApply value="1.000000" /> <weight value="0" /> <type>VMT_WHEELS_REAR_OR_HYDRAULICS</type> </Item> <Item> <identifier /> <modifier value="100" /> <audioApply value="1.000000" /> <weight value="0" /> <type>VMT_WHEELS_REAR_OR_HYDRAULICS</type> </Item>