removeGlobalVehicle
Removes global vehicle interaction options.
Parameters
options
(string
|string[]
): Option name(s) to remove
Example
-- Using interact namespace
interact.removeGlobalVehicle("enter_vehicle")
-- Using export
exports.sleepless_interact:removeGlobalVehicle("enter_vehicle")