UI

Exports and events for opening different User interfaces for the job.

Exports

Use this export to open up the main UI of the job (client side only)

exports.peuren_towjob:OpenMainMenu()

Use this export to open up the job table UI (client side only)

TriggerEvent('peuren_towjob:OpenTablet')

Events

Use this event to open up the main UI of the job (client side only)

TriggerEvent('peuren_towjob:OpenMainMenu')

Use this event to open up the job tablet UI (client side only)

TriggerEvent('peuren_towjob:OpenTablet')

Last updated