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_gruppe6:OpenMainMenu()Use this export to open up the job table UI (client side only)
TriggerEvent('peuren_gruppe6:OpenTablet')Events
Use this event to open up the main UI of the job (client side only)
TriggerEvent('peuren_gruppe6:OpenMainMenu')Use this event to open up the job tablet UI (client side only)
TriggerEvent('peuren_gruppe6:OpenTablet')Last updated