setVehicleTireStatus
Posted: September 14th, 2018, 1:31 pm
Information on wiki are not correct:
Int tireId: 0-6, IDs 3-4 are only used by Trucks
Bool status: True: fix the tire, False: pops it
- I discovered IDs 2,3 are only used by trucks
- false and true are reversed so if you want to pop the tire you have to provide true and vice versa.
Int tireId: 0-6, IDs 3-4 are only used by Trucks
Bool status: True: fix the tire, False: pops it
Code: Select all
server log: setVehicleTireStatus ids are 0-5
- false and true are reversed so if you want to pop the tire you have to provide true and vice versa.