This command sets the scale of the driver and the passenger in a vehicle.
Syntax
SetCharacterScale( scale );
Game.SetCharacterScale( scale )
- scale: The scale of the characters.
- Defaults to 1.
Examples
SetCharacterScale(1);
Game.SetCharacterScale(1)
Notes
No additional notes.