Author Topic: Enable/Disable Vehicle Entering Event  (Read 1129 times)

An event that enables/disables the ability for players and bots to get into vehicles; like onVehicleSpawn > Vehicle > canBeEntered □ or something. Basically, I want to use some vehicles as props in a map without people being able to get into them and this would be the best way to do it (as opposed to spawning a ton of invisible, invincible bots to ride in every seat or build invisible boxes around them).

Just use vehicle event mods and click the spawner.

onVehicleEnter\Vehicle\Respawn\

Everytime someone gets in the car the car respawns.

You might be able to do something for players, at least.

You will need VCE and Vehicle Events.

onVehicpeEnter >> Self >> VCEifValue "<var:cl:BL_ID>" != "(Your BL_ID here)" ""
onVariableTrue >> Player >> Dismount