Vehicle::setSilent
If set to TRUE, it seems to suppress door noises and doesn't allow the horn to be continuous.
-Doesn't seem to suppress door noises for me, at least with the vehicle add-on I tried
Syntax
```js vehicle.setSilent(toggle); ```
Required Arguments
- toggle: Boolean
Return value
- Undefined
Example
```js // todo ```