📚 Luxu Admin API Documentation

This document outlines all available exports, events, and advanced customization options within the luxu_admin resource.


You might also want to read:

Addon Buttons and Statistics Guide

📡 Events

Client Events

luxu_admin:client:staff:duty

Triggered when a staff member toggles their duty status.

Parameters:

Example:

RegisterNetEvent("luxu_admin:client:staff:duty", function(state)
    if state then
        print("Staff member entered duty")
    else
        print("Staff member left duty")
    end
end)


Server Events

luxu_admin:server:staff:duty

Triggered when a staff member toggles their duty status on the server.

Parameters: