This command sets the scale of the driver and the passenger in a vehicle.
Scope
This command should be called within a vehicle's .con file.
Syntax
MFK
Lua
SetCharacterScale( scale );Game.SetCharacterScale( scale )- scale: The scale of the characters.
- Defaults to 1.
Examples
MFK
Lua
SetCharacterScale(1);Game.SetCharacterScale(1)