This document outlines all available exports, events, and advanced customization options within the luxu_admin resource.
Addon Buttons and Statistics Guide
luxu_admin:client:staff:dutyTriggered when a staff member toggles their duty status.
Parameters:
state (boolean) - true if entering duty, false if leaving dutyExample:
RegisterNetEvent("luxu_admin:client:staff:duty", function(state)
if state then
print("Staff member entered duty")
else
print("Staff member left duty")
end
end)
luxu_admin:server:staff:dutyTriggered when a staff member toggles their duty status on the server.
Parameters: