Client side

Client Side

Exports

IsOnDuty

Check if the player is currently on taxi duty.

local onDuty = exports['mh_taxijob']:IsOnDuty()
-- Returns: boolean

HasJob

Check if the player has the required job (and grade) as per config.

local hasJob = exports['mh_taxijob']:HasJob()
-- Returns: boolean

OpenTablet

Force open the Taxi Tablet UI (validates job first).

exports['mh_taxijob']:OpenTablet()

Last updated