Author Topic: Making a vehicle mountable but not driveable  (Read 368 times)

/title
I am making some Theme Park rides with bot events, and they work fine, except for when someone is controlling the vehicle. I need to either force the player into a different seat, or make the vehicle not controllable at all.
Sort of like a mountable bot that you can sit on but cant control.

Any help is appreciated.

Cant you just spawn a bot to automatically ride the vehicle?

I think changing the player's control object would work.

I made an EMP rifle a while back that makes vehicles undrivable by sticking an invisible bot in the driver's seat, but it might be more effective to modify the player's setControlObject to check and see if it's trying to set it to one of your vehicles, and if so, ignore it.