This command sets the visibility of the driver and the passenger in a vehicle.
Scope
This command should be called within a vehicle's .con file.
Syntax
MFK
Lua
SetCharactersVisible( visibility );Game.SetCharactersVisible( visibility )- visibility: Sets whether or not the characters are visible.
- Defaults to 1.
Examples
MFK
Lua
SetCharactersVisible(1);Game.SetCharactersVisible(1)