This command sets whether or not the player is allowed to slide into the driver's seat from the passenger's seat.
Scope
This command should be called within a vehicle's .con file.
Syntax
MFK
Lua
SetAllowSeatSlide( slide );Game.SetAllowSeatSlide( slide )- slide: Sets whether or not the player can slide from the passenger's seat to the driver's seat.
- Defaults to 1.
Examples
MFK
Lua
SetAllowSeatSlide(1);Game.SetAllowSeatSlide(1)