Short tutorial:
To get all optional body parts for the cars, aim at the car then type into the console:
Shelby
Code:
ent_fire !picker setbodygroup 511
Lamborghini
Code:
ent_fire !picker setbodygroup 511
Caterham
Code:
ent_fire !picker setbodygroup 7
Mini
Code:
ent_fire !picker setbodygroup 1023
Alternatively if you have named the cars (see below) then replace '!picker' with the name, for example:
Code:
ent_fire name setbodygroup 511
To name a car aim at it and then type:
you can then control the car by saying:
Code:
ent_fire name turnon
turns on the car's engine, sound may not be heard this is because of some sound files not working completely, don't worry though there is nothing wrong.
Code:
ent_fire name turnoff
turns off the car's engine, this is still a bit buggy in my experience so it's better to just get into a car and then get out again if you want to turn it off.
Code:
ent_fire name throttle -1 up to 1
Minus numbers make the car go backwards and plus numbers will make the car go forwards, you can enter higher or lower numbers but they may cause problems.
Code:
ent_fire name steer -1 up to 1
Minus numbers turn the car left and plus numbers will turn the car right, you can enter higher or lower numbers but they may cause problems.
Code:
ent_fire name handbrakeoff
turns off the handbrake, this will allow the car to roll freely.
Code:
ent_fire name handbrakeon
turns on the handbrake, this will prevent the car from moving.
Hope you enjoy!